Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.aiplatform/v1beta1.getTrainingPipeline
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets a TrainingPipeline.
Using getTrainingPipeline
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTrainingPipeline(args: GetTrainingPipelineArgs, opts?: InvokeOptions): Promise<GetTrainingPipelineResult>
function getTrainingPipelineOutput(args: GetTrainingPipelineOutputArgs, opts?: InvokeOptions): Output<GetTrainingPipelineResult>def get_training_pipeline(location: Optional[str] = None,
                          project: Optional[str] = None,
                          training_pipeline_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetTrainingPipelineResult
def get_training_pipeline_output(location: Optional[pulumi.Input[str]] = None,
                          project: Optional[pulumi.Input[str]] = None,
                          training_pipeline_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetTrainingPipelineResult]func LookupTrainingPipeline(ctx *Context, args *LookupTrainingPipelineArgs, opts ...InvokeOption) (*LookupTrainingPipelineResult, error)
func LookupTrainingPipelineOutput(ctx *Context, args *LookupTrainingPipelineOutputArgs, opts ...InvokeOption) LookupTrainingPipelineResultOutput> Note: This function is named LookupTrainingPipeline in the Go SDK.
public static class GetTrainingPipeline 
{
    public static Task<GetTrainingPipelineResult> InvokeAsync(GetTrainingPipelineArgs args, InvokeOptions? opts = null)
    public static Output<GetTrainingPipelineResult> Invoke(GetTrainingPipelineInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTrainingPipelineResult> getTrainingPipeline(GetTrainingPipelineArgs args, InvokeOptions options)
public static Output<GetTrainingPipelineResult> getTrainingPipeline(GetTrainingPipelineArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:aiplatform/v1beta1:getTrainingPipeline
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Location string
- TrainingPipeline stringId 
- Project string
- Location string
- TrainingPipeline stringId 
- Project string
- location String
- trainingPipeline StringId 
- project String
- location string
- trainingPipeline stringId 
- project string
- location str
- training_pipeline_ strid 
- project str
- location String
- trainingPipeline StringId 
- project String
getTrainingPipeline Result
The following output properties are available:
- CreateTime string
- Time when the TrainingPipeline was created.
- DisplayName string
- The user-defined name of this TrainingPipeline.
- EncryptionSpec Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Encryption Spec Response 
- Customer-managed encryption key spec for a TrainingPipeline. If set, this TrainingPipeline will be secured by this key. Note: Model trained by this TrainingPipeline is also secured by this key if model_to_upload is not set separately.
- EndTime string
- Time when the TrainingPipeline entered any of the following states: PIPELINE_STATE_SUCCEEDED,PIPELINE_STATE_FAILED,PIPELINE_STATE_CANCELLED.
- Error
Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Rpc Status Response 
- Only populated when the pipeline's state is PIPELINE_STATE_FAILEDorPIPELINE_STATE_CANCELLED.
- InputData Pulumi.Config Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Input Data Config Response 
- Specifies Vertex AI owned input data that may be used for training the Model. The TrainingPipeline's training_task_definition should make clear whether this config is used and if there are any special requirements on how it should be filled. If nothing about this config is mentioned in the training_task_definition, then it should be assumed that the TrainingPipeline does not depend on this configuration.
- Labels Dictionary<string, string>
- The labels with user-defined metadata to organize TrainingPipelines. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- ModelId string
- Optional. The ID to use for the uploaded Model, which will become the final component of the model resource name. This value may be up to 63 characters, and valid characters are [a-z0-9_-]. The first character cannot be a number or hyphen.
- ModelTo Pulumi.Upload Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Model Response 
- Describes the Model that may be uploaded (via ModelService.UploadModel) by this TrainingPipeline. The TrainingPipeline's training_task_definition should make clear whether this Model description should be populated, and if there are any special requirements regarding how it should be filled. If nothing is mentioned in the training_task_definition, then it should be assumed that this field should not be filled and the training task either uploads the Model without a need of this information, or that training task does not support uploading a Model as part of the pipeline. When the Pipeline's state becomes PIPELINE_STATE_SUCCEEDEDand the trained Model had been uploaded into Vertex AI, then the model_to_upload's resource name is populated. The Model is always uploaded into the Project and Location in which this pipeline is.
- Name string
- Resource name of the TrainingPipeline.
- ParentModel string
- Optional. When specify this field, the model_to_uploadwill not be uploaded as a new model, instead, it will become a new version of thisparent_model.
- StartTime string
- Time when the TrainingPipeline for the first time entered the PIPELINE_STATE_RUNNINGstate.
- State string
- The detailed state of the pipeline.
- TrainingTask stringDefinition 
- A Google Cloud Storage path to the YAML file that defines the training task which is responsible for producing the model artifact, and may also include additional auxiliary work. The definition files that can be used here are found in gs://google-cloud-aiplatform/schema/trainingjob/definition/. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- TrainingTask objectInputs 
- The training task's parameter(s), as specified in the training_task_definition's inputs.
- TrainingTask objectMetadata 
- The metadata information as specified in the training_task_definition's metadata. This metadata is an auxiliary runtime and final information about the training task. While the pipeline is running this information is populated only at a best effort basis. Only present if the pipeline's training_task_definition containsmetadataobject.
- UpdateTime string
- Time when the TrainingPipeline was most recently updated.
- CreateTime string
- Time when the TrainingPipeline was created.
- DisplayName string
- The user-defined name of this TrainingPipeline.
- EncryptionSpec GoogleCloud Aiplatform V1beta1Encryption Spec Response 
- Customer-managed encryption key spec for a TrainingPipeline. If set, this TrainingPipeline will be secured by this key. Note: Model trained by this TrainingPipeline is also secured by this key if model_to_upload is not set separately.
- EndTime string
- Time when the TrainingPipeline entered any of the following states: PIPELINE_STATE_SUCCEEDED,PIPELINE_STATE_FAILED,PIPELINE_STATE_CANCELLED.
- Error
GoogleRpc Status Response 
- Only populated when the pipeline's state is PIPELINE_STATE_FAILEDorPIPELINE_STATE_CANCELLED.
- InputData GoogleConfig Cloud Aiplatform V1beta1Input Data Config Response 
- Specifies Vertex AI owned input data that may be used for training the Model. The TrainingPipeline's training_task_definition should make clear whether this config is used and if there are any special requirements on how it should be filled. If nothing about this config is mentioned in the training_task_definition, then it should be assumed that the TrainingPipeline does not depend on this configuration.
- Labels map[string]string
- The labels with user-defined metadata to organize TrainingPipelines. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- ModelId string
- Optional. The ID to use for the uploaded Model, which will become the final component of the model resource name. This value may be up to 63 characters, and valid characters are [a-z0-9_-]. The first character cannot be a number or hyphen.
- ModelTo GoogleUpload Cloud Aiplatform V1beta1Model Response 
- Describes the Model that may be uploaded (via ModelService.UploadModel) by this TrainingPipeline. The TrainingPipeline's training_task_definition should make clear whether this Model description should be populated, and if there are any special requirements regarding how it should be filled. If nothing is mentioned in the training_task_definition, then it should be assumed that this field should not be filled and the training task either uploads the Model without a need of this information, or that training task does not support uploading a Model as part of the pipeline. When the Pipeline's state becomes PIPELINE_STATE_SUCCEEDEDand the trained Model had been uploaded into Vertex AI, then the model_to_upload's resource name is populated. The Model is always uploaded into the Project and Location in which this pipeline is.
- Name string
- Resource name of the TrainingPipeline.
- ParentModel string
- Optional. When specify this field, the model_to_uploadwill not be uploaded as a new model, instead, it will become a new version of thisparent_model.
- StartTime string
- Time when the TrainingPipeline for the first time entered the PIPELINE_STATE_RUNNINGstate.
- State string
- The detailed state of the pipeline.
- TrainingTask stringDefinition 
- A Google Cloud Storage path to the YAML file that defines the training task which is responsible for producing the model artifact, and may also include additional auxiliary work. The definition files that can be used here are found in gs://google-cloud-aiplatform/schema/trainingjob/definition/. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- TrainingTask interface{}Inputs 
- The training task's parameter(s), as specified in the training_task_definition's inputs.
- TrainingTask interface{}Metadata 
- The metadata information as specified in the training_task_definition's metadata. This metadata is an auxiliary runtime and final information about the training task. While the pipeline is running this information is populated only at a best effort basis. Only present if the pipeline's training_task_definition containsmetadataobject.
- UpdateTime string
- Time when the TrainingPipeline was most recently updated.
- createTime String
- Time when the TrainingPipeline was created.
- displayName String
- The user-defined name of this TrainingPipeline.
- encryptionSpec GoogleCloud Aiplatform V1beta1Encryption Spec Response 
- Customer-managed encryption key spec for a TrainingPipeline. If set, this TrainingPipeline will be secured by this key. Note: Model trained by this TrainingPipeline is also secured by this key if model_to_upload is not set separately.
- endTime String
- Time when the TrainingPipeline entered any of the following states: PIPELINE_STATE_SUCCEEDED,PIPELINE_STATE_FAILED,PIPELINE_STATE_CANCELLED.
- error
GoogleRpc Status Response 
- Only populated when the pipeline's state is PIPELINE_STATE_FAILEDorPIPELINE_STATE_CANCELLED.
- inputData GoogleConfig Cloud Aiplatform V1beta1Input Data Config Response 
- Specifies Vertex AI owned input data that may be used for training the Model. The TrainingPipeline's training_task_definition should make clear whether this config is used and if there are any special requirements on how it should be filled. If nothing about this config is mentioned in the training_task_definition, then it should be assumed that the TrainingPipeline does not depend on this configuration.
- labels Map<String,String>
- The labels with user-defined metadata to organize TrainingPipelines. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- modelId String
- Optional. The ID to use for the uploaded Model, which will become the final component of the model resource name. This value may be up to 63 characters, and valid characters are [a-z0-9_-]. The first character cannot be a number or hyphen.
- modelTo GoogleUpload Cloud Aiplatform V1beta1Model Response 
- Describes the Model that may be uploaded (via ModelService.UploadModel) by this TrainingPipeline. The TrainingPipeline's training_task_definition should make clear whether this Model description should be populated, and if there are any special requirements regarding how it should be filled. If nothing is mentioned in the training_task_definition, then it should be assumed that this field should not be filled and the training task either uploads the Model without a need of this information, or that training task does not support uploading a Model as part of the pipeline. When the Pipeline's state becomes PIPELINE_STATE_SUCCEEDEDand the trained Model had been uploaded into Vertex AI, then the model_to_upload's resource name is populated. The Model is always uploaded into the Project and Location in which this pipeline is.
- name String
- Resource name of the TrainingPipeline.
- parentModel String
- Optional. When specify this field, the model_to_uploadwill not be uploaded as a new model, instead, it will become a new version of thisparent_model.
- startTime String
- Time when the TrainingPipeline for the first time entered the PIPELINE_STATE_RUNNINGstate.
- state String
- The detailed state of the pipeline.
- trainingTask StringDefinition 
- A Google Cloud Storage path to the YAML file that defines the training task which is responsible for producing the model artifact, and may also include additional auxiliary work. The definition files that can be used here are found in gs://google-cloud-aiplatform/schema/trainingjob/definition/. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- trainingTask ObjectInputs 
- The training task's parameter(s), as specified in the training_task_definition's inputs.
- trainingTask ObjectMetadata 
- The metadata information as specified in the training_task_definition's metadata. This metadata is an auxiliary runtime and final information about the training task. While the pipeline is running this information is populated only at a best effort basis. Only present if the pipeline's training_task_definition containsmetadataobject.
- updateTime String
- Time when the TrainingPipeline was most recently updated.
- createTime string
- Time when the TrainingPipeline was created.
- displayName string
- The user-defined name of this TrainingPipeline.
- encryptionSpec GoogleCloud Aiplatform V1beta1Encryption Spec Response 
- Customer-managed encryption key spec for a TrainingPipeline. If set, this TrainingPipeline will be secured by this key. Note: Model trained by this TrainingPipeline is also secured by this key if model_to_upload is not set separately.
- endTime string
- Time when the TrainingPipeline entered any of the following states: PIPELINE_STATE_SUCCEEDED,PIPELINE_STATE_FAILED,PIPELINE_STATE_CANCELLED.
- error
GoogleRpc Status Response 
- Only populated when the pipeline's state is PIPELINE_STATE_FAILEDorPIPELINE_STATE_CANCELLED.
- inputData GoogleConfig Cloud Aiplatform V1beta1Input Data Config Response 
- Specifies Vertex AI owned input data that may be used for training the Model. The TrainingPipeline's training_task_definition should make clear whether this config is used and if there are any special requirements on how it should be filled. If nothing about this config is mentioned in the training_task_definition, then it should be assumed that the TrainingPipeline does not depend on this configuration.
- labels {[key: string]: string}
- The labels with user-defined metadata to organize TrainingPipelines. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- modelId string
- Optional. The ID to use for the uploaded Model, which will become the final component of the model resource name. This value may be up to 63 characters, and valid characters are [a-z0-9_-]. The first character cannot be a number or hyphen.
- modelTo GoogleUpload Cloud Aiplatform V1beta1Model Response 
- Describes the Model that may be uploaded (via ModelService.UploadModel) by this TrainingPipeline. The TrainingPipeline's training_task_definition should make clear whether this Model description should be populated, and if there are any special requirements regarding how it should be filled. If nothing is mentioned in the training_task_definition, then it should be assumed that this field should not be filled and the training task either uploads the Model without a need of this information, or that training task does not support uploading a Model as part of the pipeline. When the Pipeline's state becomes PIPELINE_STATE_SUCCEEDEDand the trained Model had been uploaded into Vertex AI, then the model_to_upload's resource name is populated. The Model is always uploaded into the Project and Location in which this pipeline is.
- name string
- Resource name of the TrainingPipeline.
- parentModel string
- Optional. When specify this field, the model_to_uploadwill not be uploaded as a new model, instead, it will become a new version of thisparent_model.
- startTime string
- Time when the TrainingPipeline for the first time entered the PIPELINE_STATE_RUNNINGstate.
- state string
- The detailed state of the pipeline.
- trainingTask stringDefinition 
- A Google Cloud Storage path to the YAML file that defines the training task which is responsible for producing the model artifact, and may also include additional auxiliary work. The definition files that can be used here are found in gs://google-cloud-aiplatform/schema/trainingjob/definition/. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- trainingTask anyInputs 
- The training task's parameter(s), as specified in the training_task_definition's inputs.
- trainingTask anyMetadata 
- The metadata information as specified in the training_task_definition's metadata. This metadata is an auxiliary runtime and final information about the training task. While the pipeline is running this information is populated only at a best effort basis. Only present if the pipeline's training_task_definition containsmetadataobject.
- updateTime string
- Time when the TrainingPipeline was most recently updated.
- create_time str
- Time when the TrainingPipeline was created.
- display_name str
- The user-defined name of this TrainingPipeline.
- encryption_spec GoogleCloud Aiplatform V1beta1Encryption Spec Response 
- Customer-managed encryption key spec for a TrainingPipeline. If set, this TrainingPipeline will be secured by this key. Note: Model trained by this TrainingPipeline is also secured by this key if model_to_upload is not set separately.
- end_time str
- Time when the TrainingPipeline entered any of the following states: PIPELINE_STATE_SUCCEEDED,PIPELINE_STATE_FAILED,PIPELINE_STATE_CANCELLED.
- error
GoogleRpc Status Response 
- Only populated when the pipeline's state is PIPELINE_STATE_FAILEDorPIPELINE_STATE_CANCELLED.
- input_data_ Googleconfig Cloud Aiplatform V1beta1Input Data Config Response 
- Specifies Vertex AI owned input data that may be used for training the Model. The TrainingPipeline's training_task_definition should make clear whether this config is used and if there are any special requirements on how it should be filled. If nothing about this config is mentioned in the training_task_definition, then it should be assumed that the TrainingPipeline does not depend on this configuration.
- labels Mapping[str, str]
- The labels with user-defined metadata to organize TrainingPipelines. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- model_id str
- Optional. The ID to use for the uploaded Model, which will become the final component of the model resource name. This value may be up to 63 characters, and valid characters are [a-z0-9_-]. The first character cannot be a number or hyphen.
- model_to_ Googleupload Cloud Aiplatform V1beta1Model Response 
- Describes the Model that may be uploaded (via ModelService.UploadModel) by this TrainingPipeline. The TrainingPipeline's training_task_definition should make clear whether this Model description should be populated, and if there are any special requirements regarding how it should be filled. If nothing is mentioned in the training_task_definition, then it should be assumed that this field should not be filled and the training task either uploads the Model without a need of this information, or that training task does not support uploading a Model as part of the pipeline. When the Pipeline's state becomes PIPELINE_STATE_SUCCEEDEDand the trained Model had been uploaded into Vertex AI, then the model_to_upload's resource name is populated. The Model is always uploaded into the Project and Location in which this pipeline is.
- name str
- Resource name of the TrainingPipeline.
- parent_model str
- Optional. When specify this field, the model_to_uploadwill not be uploaded as a new model, instead, it will become a new version of thisparent_model.
- start_time str
- Time when the TrainingPipeline for the first time entered the PIPELINE_STATE_RUNNINGstate.
- state str
- The detailed state of the pipeline.
- training_task_ strdefinition 
- A Google Cloud Storage path to the YAML file that defines the training task which is responsible for producing the model artifact, and may also include additional auxiliary work. The definition files that can be used here are found in gs://google-cloud-aiplatform/schema/trainingjob/definition/. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- training_task_ Anyinputs 
- The training task's parameter(s), as specified in the training_task_definition's inputs.
- training_task_ Anymetadata 
- The metadata information as specified in the training_task_definition's metadata. This metadata is an auxiliary runtime and final information about the training task. While the pipeline is running this information is populated only at a best effort basis. Only present if the pipeline's training_task_definition containsmetadataobject.
- update_time str
- Time when the TrainingPipeline was most recently updated.
- createTime String
- Time when the TrainingPipeline was created.
- displayName String
- The user-defined name of this TrainingPipeline.
- encryptionSpec Property Map
- Customer-managed encryption key spec for a TrainingPipeline. If set, this TrainingPipeline will be secured by this key. Note: Model trained by this TrainingPipeline is also secured by this key if model_to_upload is not set separately.
- endTime String
- Time when the TrainingPipeline entered any of the following states: PIPELINE_STATE_SUCCEEDED,PIPELINE_STATE_FAILED,PIPELINE_STATE_CANCELLED.
- error Property Map
- Only populated when the pipeline's state is PIPELINE_STATE_FAILEDorPIPELINE_STATE_CANCELLED.
- inputData Property MapConfig 
- Specifies Vertex AI owned input data that may be used for training the Model. The TrainingPipeline's training_task_definition should make clear whether this config is used and if there are any special requirements on how it should be filled. If nothing about this config is mentioned in the training_task_definition, then it should be assumed that the TrainingPipeline does not depend on this configuration.
- labels Map<String>
- The labels with user-defined metadata to organize TrainingPipelines. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- modelId String
- Optional. The ID to use for the uploaded Model, which will become the final component of the model resource name. This value may be up to 63 characters, and valid characters are [a-z0-9_-]. The first character cannot be a number or hyphen.
- modelTo Property MapUpload 
- Describes the Model that may be uploaded (via ModelService.UploadModel) by this TrainingPipeline. The TrainingPipeline's training_task_definition should make clear whether this Model description should be populated, and if there are any special requirements regarding how it should be filled. If nothing is mentioned in the training_task_definition, then it should be assumed that this field should not be filled and the training task either uploads the Model without a need of this information, or that training task does not support uploading a Model as part of the pipeline. When the Pipeline's state becomes PIPELINE_STATE_SUCCEEDEDand the trained Model had been uploaded into Vertex AI, then the model_to_upload's resource name is populated. The Model is always uploaded into the Project and Location in which this pipeline is.
- name String
- Resource name of the TrainingPipeline.
- parentModel String
- Optional. When specify this field, the model_to_uploadwill not be uploaded as a new model, instead, it will become a new version of thisparent_model.
- startTime String
- Time when the TrainingPipeline for the first time entered the PIPELINE_STATE_RUNNINGstate.
- state String
- The detailed state of the pipeline.
- trainingTask StringDefinition 
- A Google Cloud Storage path to the YAML file that defines the training task which is responsible for producing the model artifact, and may also include additional auxiliary work. The definition files that can be used here are found in gs://google-cloud-aiplatform/schema/trainingjob/definition/. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- trainingTask AnyInputs 
- The training task's parameter(s), as specified in the training_task_definition's inputs.
- trainingTask AnyMetadata 
- The metadata information as specified in the training_task_definition's metadata. This metadata is an auxiliary runtime and final information about the training task. While the pipeline is running this information is populated only at a best effort basis. Only present if the pipeline's training_task_definition containsmetadataobject.
- updateTime String
- Time when the TrainingPipeline was most recently updated.
Supporting Types
GoogleCloudAiplatformV1beta1BigQueryDestinationResponse      
- OutputUri string
- BigQuery URI to a project or table, up to 2000 characters long. When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist. Accepted forms: * BigQuery path. For example: bq://projectIdorbq://projectId.bqDatasetIdorbq://projectId.bqDatasetId.bqTableId.
- OutputUri string
- BigQuery URI to a project or table, up to 2000 characters long. When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist. Accepted forms: * BigQuery path. For example: bq://projectIdorbq://projectId.bqDatasetIdorbq://projectId.bqDatasetId.bqTableId.
- outputUri String
- BigQuery URI to a project or table, up to 2000 characters long. When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist. Accepted forms: * BigQuery path. For example: bq://projectIdorbq://projectId.bqDatasetIdorbq://projectId.bqDatasetId.bqTableId.
- outputUri string
- BigQuery URI to a project or table, up to 2000 characters long. When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist. Accepted forms: * BigQuery path. For example: bq://projectIdorbq://projectId.bqDatasetIdorbq://projectId.bqDatasetId.bqTableId.
- output_uri str
- BigQuery URI to a project or table, up to 2000 characters long. When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist. Accepted forms: * BigQuery path. For example: bq://projectIdorbq://projectId.bqDatasetIdorbq://projectId.bqDatasetId.bqTableId.
- outputUri String
- BigQuery URI to a project or table, up to 2000 characters long. When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist. Accepted forms: * BigQuery path. For example: bq://projectIdorbq://projectId.bqDatasetIdorbq://projectId.bqDatasetId.bqTableId.
GoogleCloudAiplatformV1beta1BlurBaselineConfigResponse      
- MaxBlur doubleSigma 
- The standard deviation of the blur kernel for the blurred baseline. The same blurring parameter is used for both the height and the width dimension. If not set, the method defaults to the zero (i.e. black for images) baseline.
- MaxBlur float64Sigma 
- The standard deviation of the blur kernel for the blurred baseline. The same blurring parameter is used for both the height and the width dimension. If not set, the method defaults to the zero (i.e. black for images) baseline.
- maxBlur DoubleSigma 
- The standard deviation of the blur kernel for the blurred baseline. The same blurring parameter is used for both the height and the width dimension. If not set, the method defaults to the zero (i.e. black for images) baseline.
- maxBlur numberSigma 
- The standard deviation of the blur kernel for the blurred baseline. The same blurring parameter is used for both the height and the width dimension. If not set, the method defaults to the zero (i.e. black for images) baseline.
- max_blur_ floatsigma 
- The standard deviation of the blur kernel for the blurred baseline. The same blurring parameter is used for both the height and the width dimension. If not set, the method defaults to the zero (i.e. black for images) baseline.
- maxBlur NumberSigma 
- The standard deviation of the blur kernel for the blurred baseline. The same blurring parameter is used for both the height and the width dimension. If not set, the method defaults to the zero (i.e. black for images) baseline.
GoogleCloudAiplatformV1beta1DeployedModelRefResponse      
- DeployedModel stringId 
- Immutable. An ID of a DeployedModel in the above Endpoint.
- Endpoint string
- Immutable. A resource name of an Endpoint.
- DeployedModel stringId 
- Immutable. An ID of a DeployedModel in the above Endpoint.
- Endpoint string
- Immutable. A resource name of an Endpoint.
- deployedModel StringId 
- Immutable. An ID of a DeployedModel in the above Endpoint.
- endpoint String
- Immutable. A resource name of an Endpoint.
- deployedModel stringId 
- Immutable. An ID of a DeployedModel in the above Endpoint.
- endpoint string
- Immutable. A resource name of an Endpoint.
- deployed_model_ strid 
- Immutable. An ID of a DeployedModel in the above Endpoint.
- endpoint str
- Immutable. A resource name of an Endpoint.
- deployedModel StringId 
- Immutable. An ID of a DeployedModel in the above Endpoint.
- endpoint String
- Immutable. A resource name of an Endpoint.
GoogleCloudAiplatformV1beta1EncryptionSpecResponse     
- KmsKey stringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- KmsKey stringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kmsKey StringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kmsKey stringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kms_key_ strname 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kmsKey StringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
GoogleCloudAiplatformV1beta1EnvVarResponse     
- Name string
- Name of the environment variable. Must be a valid C identifier.
- Value string
- Variables that reference a $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not.
- Name string
- Name of the environment variable. Must be a valid C identifier.
- Value string
- Variables that reference a $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not.
- name String
- Name of the environment variable. Must be a valid C identifier.
- value String
- Variables that reference a $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not.
- name string
- Name of the environment variable. Must be a valid C identifier.
- value string
- Variables that reference a $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not.
- name str
- Name of the environment variable. Must be a valid C identifier.
- value str
- Variables that reference a $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not.
- name String
- Name of the environment variable. Must be a valid C identifier.
- value String
- Variables that reference a $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not.
GoogleCloudAiplatformV1beta1ExamplesExampleGcsSourceResponse       
- DataFormat string
- The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
- GcsSource Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Gcs Source Response 
- The Cloud Storage location for the input instances.
- DataFormat string
- The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
- GcsSource GoogleCloud Aiplatform V1beta1Gcs Source Response 
- The Cloud Storage location for the input instances.
- dataFormat String
- The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
- gcsSource GoogleCloud Aiplatform V1beta1Gcs Source Response 
- The Cloud Storage location for the input instances.
- dataFormat string
- The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
- gcsSource GoogleCloud Aiplatform V1beta1Gcs Source Response 
- The Cloud Storage location for the input instances.
- data_format str
- The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
- gcs_source GoogleCloud Aiplatform V1beta1Gcs Source Response 
- The Cloud Storage location for the input instances.
- dataFormat String
- The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
- gcsSource Property Map
- The Cloud Storage location for the input instances.
GoogleCloudAiplatformV1beta1ExamplesResponse    
- ExampleGcs Pulumi.Source Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Examples Example Gcs Source Response 
- The Cloud Storage input instances.
- GcsSource Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Gcs Source Response 
- The Cloud Storage locations that contain the instances to be indexed for approximate nearest neighbor search.
- NearestNeighbor objectSearch Config 
- The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.
- NeighborCount int
- The number of neighbors to return when querying for examples.
- Presets
Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Presets Response 
- Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
- ExampleGcs GoogleSource Cloud Aiplatform V1beta1Examples Example Gcs Source Response 
- The Cloud Storage input instances.
- GcsSource GoogleCloud Aiplatform V1beta1Gcs Source Response 
- The Cloud Storage locations that contain the instances to be indexed for approximate nearest neighbor search.
- NearestNeighbor interface{}Search Config 
- The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.
- NeighborCount int
- The number of neighbors to return when querying for examples.
- Presets
GoogleCloud Aiplatform V1beta1Presets Response 
- Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
- exampleGcs GoogleSource Cloud Aiplatform V1beta1Examples Example Gcs Source Response 
- The Cloud Storage input instances.
- gcsSource GoogleCloud Aiplatform V1beta1Gcs Source Response 
- The Cloud Storage locations that contain the instances to be indexed for approximate nearest neighbor search.
- nearestNeighbor ObjectSearch Config 
- The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.
- neighborCount Integer
- The number of neighbors to return when querying for examples.
- presets
GoogleCloud Aiplatform V1beta1Presets Response 
- Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
- exampleGcs GoogleSource Cloud Aiplatform V1beta1Examples Example Gcs Source Response 
- The Cloud Storage input instances.
- gcsSource GoogleCloud Aiplatform V1beta1Gcs Source Response 
- The Cloud Storage locations that contain the instances to be indexed for approximate nearest neighbor search.
- nearestNeighbor anySearch Config 
- The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.
- neighborCount number
- The number of neighbors to return when querying for examples.
- presets
GoogleCloud Aiplatform V1beta1Presets Response 
- Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
- example_gcs_ Googlesource Cloud Aiplatform V1beta1Examples Example Gcs Source Response 
- The Cloud Storage input instances.
- gcs_source GoogleCloud Aiplatform V1beta1Gcs Source Response 
- The Cloud Storage locations that contain the instances to be indexed for approximate nearest neighbor search.
- nearest_neighbor_ Anysearch_ config 
- The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.
- neighbor_count int
- The number of neighbors to return when querying for examples.
- presets
GoogleCloud Aiplatform V1beta1Presets Response 
- Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
- exampleGcs Property MapSource 
- The Cloud Storage input instances.
- gcsSource Property Map
- The Cloud Storage locations that contain the instances to be indexed for approximate nearest neighbor search.
- nearestNeighbor AnySearch Config 
- The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.
- neighborCount Number
- The number of neighbors to return when querying for examples.
- presets Property Map
- Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
GoogleCloudAiplatformV1beta1ExplanationMetadataResponse     
- FeatureAttributions stringSchema Uri 
- Points to a YAML file stored on Google Cloud Storage describing the format of the feature attributions. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML tabular Models always have this field populated by Vertex AI. Note: The URI given on output may be different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- Inputs Dictionary<string, string>
- Map from feature names to feature input metadata. Keys are the name of the features. Values are the specification of the feature. An empty InputMetadata is valid. It describes a text feature which has the name specified as the key in ExplanationMetadata.inputs. The baseline of the empty feature is chosen by Vertex AI. For Vertex AI-provided Tensorflow images, the key can be any friendly name of the feature. Once specified, featureAttributions are keyed by this key (if not grouped with another feature). For custom images, the key must match with the key in instance.
- LatentSpace stringSource 
- Name of the source to generate embeddings for example based explanations.
- Outputs Dictionary<string, string>
- Map from output names to output metadata. For Vertex AI-provided Tensorflow images, keys can be any user defined string that consists of any UTF-8 characters. For custom images, keys are the name of the output field in the prediction to be explained. Currently only one key is allowed.
- FeatureAttributions stringSchema Uri 
- Points to a YAML file stored on Google Cloud Storage describing the format of the feature attributions. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML tabular Models always have this field populated by Vertex AI. Note: The URI given on output may be different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- Inputs map[string]string
- Map from feature names to feature input metadata. Keys are the name of the features. Values are the specification of the feature. An empty InputMetadata is valid. It describes a text feature which has the name specified as the key in ExplanationMetadata.inputs. The baseline of the empty feature is chosen by Vertex AI. For Vertex AI-provided Tensorflow images, the key can be any friendly name of the feature. Once specified, featureAttributions are keyed by this key (if not grouped with another feature). For custom images, the key must match with the key in instance.
- LatentSpace stringSource 
- Name of the source to generate embeddings for example based explanations.
- Outputs map[string]string
- Map from output names to output metadata. For Vertex AI-provided Tensorflow images, keys can be any user defined string that consists of any UTF-8 characters. For custom images, keys are the name of the output field in the prediction to be explained. Currently only one key is allowed.
- featureAttributions StringSchema Uri 
- Points to a YAML file stored on Google Cloud Storage describing the format of the feature attributions. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML tabular Models always have this field populated by Vertex AI. Note: The URI given on output may be different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- inputs Map<String,String>
- Map from feature names to feature input metadata. Keys are the name of the features. Values are the specification of the feature. An empty InputMetadata is valid. It describes a text feature which has the name specified as the key in ExplanationMetadata.inputs. The baseline of the empty feature is chosen by Vertex AI. For Vertex AI-provided Tensorflow images, the key can be any friendly name of the feature. Once specified, featureAttributions are keyed by this key (if not grouped with another feature). For custom images, the key must match with the key in instance.
- latentSpace StringSource 
- Name of the source to generate embeddings for example based explanations.
- outputs Map<String,String>
- Map from output names to output metadata. For Vertex AI-provided Tensorflow images, keys can be any user defined string that consists of any UTF-8 characters. For custom images, keys are the name of the output field in the prediction to be explained. Currently only one key is allowed.
- featureAttributions stringSchema Uri 
- Points to a YAML file stored on Google Cloud Storage describing the format of the feature attributions. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML tabular Models always have this field populated by Vertex AI. Note: The URI given on output may be different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- inputs {[key: string]: string}
- Map from feature names to feature input metadata. Keys are the name of the features. Values are the specification of the feature. An empty InputMetadata is valid. It describes a text feature which has the name specified as the key in ExplanationMetadata.inputs. The baseline of the empty feature is chosen by Vertex AI. For Vertex AI-provided Tensorflow images, the key can be any friendly name of the feature. Once specified, featureAttributions are keyed by this key (if not grouped with another feature). For custom images, the key must match with the key in instance.
- latentSpace stringSource 
- Name of the source to generate embeddings for example based explanations.
- outputs {[key: string]: string}
- Map from output names to output metadata. For Vertex AI-provided Tensorflow images, keys can be any user defined string that consists of any UTF-8 characters. For custom images, keys are the name of the output field in the prediction to be explained. Currently only one key is allowed.
- feature_attributions_ strschema_ uri 
- Points to a YAML file stored on Google Cloud Storage describing the format of the feature attributions. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML tabular Models always have this field populated by Vertex AI. Note: The URI given on output may be different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- inputs Mapping[str, str]
- Map from feature names to feature input metadata. Keys are the name of the features. Values are the specification of the feature. An empty InputMetadata is valid. It describes a text feature which has the name specified as the key in ExplanationMetadata.inputs. The baseline of the empty feature is chosen by Vertex AI. For Vertex AI-provided Tensorflow images, the key can be any friendly name of the feature. Once specified, featureAttributions are keyed by this key (if not grouped with another feature). For custom images, the key must match with the key in instance.
- latent_space_ strsource 
- Name of the source to generate embeddings for example based explanations.
- outputs Mapping[str, str]
- Map from output names to output metadata. For Vertex AI-provided Tensorflow images, keys can be any user defined string that consists of any UTF-8 characters. For custom images, keys are the name of the output field in the prediction to be explained. Currently only one key is allowed.
- featureAttributions StringSchema Uri 
- Points to a YAML file stored on Google Cloud Storage describing the format of the feature attributions. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML tabular Models always have this field populated by Vertex AI. Note: The URI given on output may be different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- inputs Map<String>
- Map from feature names to feature input metadata. Keys are the name of the features. Values are the specification of the feature. An empty InputMetadata is valid. It describes a text feature which has the name specified as the key in ExplanationMetadata.inputs. The baseline of the empty feature is chosen by Vertex AI. For Vertex AI-provided Tensorflow images, the key can be any friendly name of the feature. Once specified, featureAttributions are keyed by this key (if not grouped with another feature). For custom images, the key must match with the key in instance.
- latentSpace StringSource 
- Name of the source to generate embeddings for example based explanations.
- outputs Map<String>
- Map from output names to output metadata. For Vertex AI-provided Tensorflow images, keys can be any user defined string that consists of any UTF-8 characters. For custom images, keys are the name of the output field in the prediction to be explained. Currently only one key is allowed.
GoogleCloudAiplatformV1beta1ExplanationParametersResponse     
- Examples
Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Examples Response 
- Example-based explanations that returns the nearest neighbors from the provided dataset.
- IntegratedGradients Pulumi.Attribution Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Integrated Gradients Attribution Response 
- An attribution method that computes Aumann-Shapley values taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1703.01365
- OutputIndices List<object>
- If populated, only returns attributions that have output_index contained in output_indices. It must be an ndarray of integers, with the same shape of the output it's explaining. If not populated, returns attributions for top_k indices of outputs. If neither top_k nor output_indices is populated, returns the argmax index of the outputs. Only applicable to Models that predict multiple outputs (e,g, multi-class Models that predict multiple classes).
- SampledShapley Pulumi.Attribution Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Sampled Shapley Attribution Response 
- An attribution method that approximates Shapley values for features that contribute to the label being predicted. A sampling strategy is used to approximate the value rather than considering all subsets of features. Refer to this paper for model details: https://arxiv.org/abs/1306.4265.
- TopK int
- If populated, returns attributions for top K indices of outputs (defaults to 1). Only applies to Models that predicts more than one outputs (e,g, multi-class Models). When set to -1, returns explanations for all outputs.
- XraiAttribution Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Xrai Attribution Response 
- An attribution method that redistributes Integrated Gradients attribution to segmented regions, taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1906.02825 XRAI currently performs better on natural images, like a picture of a house or an animal. If the images are taken in artificial environments, like a lab or manufacturing line, or from diagnostic equipment, like x-rays or quality-control cameras, use Integrated Gradients instead.
- Examples
GoogleCloud Aiplatform V1beta1Examples Response 
- Example-based explanations that returns the nearest neighbors from the provided dataset.
- IntegratedGradients GoogleAttribution Cloud Aiplatform V1beta1Integrated Gradients Attribution Response 
- An attribution method that computes Aumann-Shapley values taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1703.01365
- OutputIndices []interface{}
- If populated, only returns attributions that have output_index contained in output_indices. It must be an ndarray of integers, with the same shape of the output it's explaining. If not populated, returns attributions for top_k indices of outputs. If neither top_k nor output_indices is populated, returns the argmax index of the outputs. Only applicable to Models that predict multiple outputs (e,g, multi-class Models that predict multiple classes).
- SampledShapley GoogleAttribution Cloud Aiplatform V1beta1Sampled Shapley Attribution Response 
- An attribution method that approximates Shapley values for features that contribute to the label being predicted. A sampling strategy is used to approximate the value rather than considering all subsets of features. Refer to this paper for model details: https://arxiv.org/abs/1306.4265.
- TopK int
- If populated, returns attributions for top K indices of outputs (defaults to 1). Only applies to Models that predicts more than one outputs (e,g, multi-class Models). When set to -1, returns explanations for all outputs.
- XraiAttribution GoogleCloud Aiplatform V1beta1Xrai Attribution Response 
- An attribution method that redistributes Integrated Gradients attribution to segmented regions, taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1906.02825 XRAI currently performs better on natural images, like a picture of a house or an animal. If the images are taken in artificial environments, like a lab or manufacturing line, or from diagnostic equipment, like x-rays or quality-control cameras, use Integrated Gradients instead.
- examples
GoogleCloud Aiplatform V1beta1Examples Response 
- Example-based explanations that returns the nearest neighbors from the provided dataset.
- integratedGradients GoogleAttribution Cloud Aiplatform V1beta1Integrated Gradients Attribution Response 
- An attribution method that computes Aumann-Shapley values taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1703.01365
- outputIndices List<Object>
- If populated, only returns attributions that have output_index contained in output_indices. It must be an ndarray of integers, with the same shape of the output it's explaining. If not populated, returns attributions for top_k indices of outputs. If neither top_k nor output_indices is populated, returns the argmax index of the outputs. Only applicable to Models that predict multiple outputs (e,g, multi-class Models that predict multiple classes).
- sampledShapley GoogleAttribution Cloud Aiplatform V1beta1Sampled Shapley Attribution Response 
- An attribution method that approximates Shapley values for features that contribute to the label being predicted. A sampling strategy is used to approximate the value rather than considering all subsets of features. Refer to this paper for model details: https://arxiv.org/abs/1306.4265.
- topK Integer
- If populated, returns attributions for top K indices of outputs (defaults to 1). Only applies to Models that predicts more than one outputs (e,g, multi-class Models). When set to -1, returns explanations for all outputs.
- xraiAttribution GoogleCloud Aiplatform V1beta1Xrai Attribution Response 
- An attribution method that redistributes Integrated Gradients attribution to segmented regions, taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1906.02825 XRAI currently performs better on natural images, like a picture of a house or an animal. If the images are taken in artificial environments, like a lab or manufacturing line, or from diagnostic equipment, like x-rays or quality-control cameras, use Integrated Gradients instead.
- examples
GoogleCloud Aiplatform V1beta1Examples Response 
- Example-based explanations that returns the nearest neighbors from the provided dataset.
- integratedGradients GoogleAttribution Cloud Aiplatform V1beta1Integrated Gradients Attribution Response 
- An attribution method that computes Aumann-Shapley values taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1703.01365
- outputIndices any[]
- If populated, only returns attributions that have output_index contained in output_indices. It must be an ndarray of integers, with the same shape of the output it's explaining. If not populated, returns attributions for top_k indices of outputs. If neither top_k nor output_indices is populated, returns the argmax index of the outputs. Only applicable to Models that predict multiple outputs (e,g, multi-class Models that predict multiple classes).
- sampledShapley GoogleAttribution Cloud Aiplatform V1beta1Sampled Shapley Attribution Response 
- An attribution method that approximates Shapley values for features that contribute to the label being predicted. A sampling strategy is used to approximate the value rather than considering all subsets of features. Refer to this paper for model details: https://arxiv.org/abs/1306.4265.
- topK number
- If populated, returns attributions for top K indices of outputs (defaults to 1). Only applies to Models that predicts more than one outputs (e,g, multi-class Models). When set to -1, returns explanations for all outputs.
- xraiAttribution GoogleCloud Aiplatform V1beta1Xrai Attribution Response 
- An attribution method that redistributes Integrated Gradients attribution to segmented regions, taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1906.02825 XRAI currently performs better on natural images, like a picture of a house or an animal. If the images are taken in artificial environments, like a lab or manufacturing line, or from diagnostic equipment, like x-rays or quality-control cameras, use Integrated Gradients instead.
- examples
GoogleCloud Aiplatform V1beta1Examples Response 
- Example-based explanations that returns the nearest neighbors from the provided dataset.
- integrated_gradients_ Googleattribution Cloud Aiplatform V1beta1Integrated Gradients Attribution Response 
- An attribution method that computes Aumann-Shapley values taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1703.01365
- output_indices Sequence[Any]
- If populated, only returns attributions that have output_index contained in output_indices. It must be an ndarray of integers, with the same shape of the output it's explaining. If not populated, returns attributions for top_k indices of outputs. If neither top_k nor output_indices is populated, returns the argmax index of the outputs. Only applicable to Models that predict multiple outputs (e,g, multi-class Models that predict multiple classes).
- sampled_shapley_ Googleattribution Cloud Aiplatform V1beta1Sampled Shapley Attribution Response 
- An attribution method that approximates Shapley values for features that contribute to the label being predicted. A sampling strategy is used to approximate the value rather than considering all subsets of features. Refer to this paper for model details: https://arxiv.org/abs/1306.4265.
- top_k int
- If populated, returns attributions for top K indices of outputs (defaults to 1). Only applies to Models that predicts more than one outputs (e,g, multi-class Models). When set to -1, returns explanations for all outputs.
- xrai_attribution GoogleCloud Aiplatform V1beta1Xrai Attribution Response 
- An attribution method that redistributes Integrated Gradients attribution to segmented regions, taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1906.02825 XRAI currently performs better on natural images, like a picture of a house or an animal. If the images are taken in artificial environments, like a lab or manufacturing line, or from diagnostic equipment, like x-rays or quality-control cameras, use Integrated Gradients instead.
- examples Property Map
- Example-based explanations that returns the nearest neighbors from the provided dataset.
- integratedGradients Property MapAttribution 
- An attribution method that computes Aumann-Shapley values taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1703.01365
- outputIndices List<Any>
- If populated, only returns attributions that have output_index contained in output_indices. It must be an ndarray of integers, with the same shape of the output it's explaining. If not populated, returns attributions for top_k indices of outputs. If neither top_k nor output_indices is populated, returns the argmax index of the outputs. Only applicable to Models that predict multiple outputs (e,g, multi-class Models that predict multiple classes).
- sampledShapley Property MapAttribution 
- An attribution method that approximates Shapley values for features that contribute to the label being predicted. A sampling strategy is used to approximate the value rather than considering all subsets of features. Refer to this paper for model details: https://arxiv.org/abs/1306.4265.
- topK Number
- If populated, returns attributions for top K indices of outputs (defaults to 1). Only applies to Models that predicts more than one outputs (e,g, multi-class Models). When set to -1, returns explanations for all outputs.
- xraiAttribution Property Map
- An attribution method that redistributes Integrated Gradients attribution to segmented regions, taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1906.02825 XRAI currently performs better on natural images, like a picture of a house or an animal. If the images are taken in artificial environments, like a lab or manufacturing line, or from diagnostic equipment, like x-rays or quality-control cameras, use Integrated Gradients instead.
GoogleCloudAiplatformV1beta1ExplanationSpecResponse     
- Metadata
Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Explanation Metadata Response 
- Optional. Metadata describing the Model's input and output for explanation.
- Parameters
Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Explanation Parameters Response 
- Parameters that configure explaining of the Model's predictions.
- Metadata
GoogleCloud Aiplatform V1beta1Explanation Metadata Response 
- Optional. Metadata describing the Model's input and output for explanation.
- Parameters
GoogleCloud Aiplatform V1beta1Explanation Parameters Response 
- Parameters that configure explaining of the Model's predictions.
- metadata
GoogleCloud Aiplatform V1beta1Explanation Metadata Response 
- Optional. Metadata describing the Model's input and output for explanation.
- parameters
GoogleCloud Aiplatform V1beta1Explanation Parameters Response 
- Parameters that configure explaining of the Model's predictions.
- metadata
GoogleCloud Aiplatform V1beta1Explanation Metadata Response 
- Optional. Metadata describing the Model's input and output for explanation.
- parameters
GoogleCloud Aiplatform V1beta1Explanation Parameters Response 
- Parameters that configure explaining of the Model's predictions.
- metadata
GoogleCloud Aiplatform V1beta1Explanation Metadata Response 
- Optional. Metadata describing the Model's input and output for explanation.
- parameters
GoogleCloud Aiplatform V1beta1Explanation Parameters Response 
- Parameters that configure explaining of the Model's predictions.
- metadata Property Map
- Optional. Metadata describing the Model's input and output for explanation.
- parameters Property Map
- Parameters that configure explaining of the Model's predictions.
GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeatureResponse          
- Name string
- The name of the input feature for which noise sigma is provided. The features are defined in explanation metadata inputs.
- Sigma double
- This represents the standard deviation of the Gaussian kernel that will be used to add noise to the feature prior to computing gradients. Similar to noise_sigma but represents the noise added to the current feature. Defaults to 0.1.
- Name string
- The name of the input feature for which noise sigma is provided. The features are defined in explanation metadata inputs.
- Sigma float64
- This represents the standard deviation of the Gaussian kernel that will be used to add noise to the feature prior to computing gradients. Similar to noise_sigma but represents the noise added to the current feature. Defaults to 0.1.
- name String
- The name of the input feature for which noise sigma is provided. The features are defined in explanation metadata inputs.
- sigma Double
- This represents the standard deviation of the Gaussian kernel that will be used to add noise to the feature prior to computing gradients. Similar to noise_sigma but represents the noise added to the current feature. Defaults to 0.1.
- name string
- The name of the input feature for which noise sigma is provided. The features are defined in explanation metadata inputs.
- sigma number
- This represents the standard deviation of the Gaussian kernel that will be used to add noise to the feature prior to computing gradients. Similar to noise_sigma but represents the noise added to the current feature. Defaults to 0.1.
- name str
- The name of the input feature for which noise sigma is provided. The features are defined in explanation metadata inputs.
- sigma float
- This represents the standard deviation of the Gaussian kernel that will be used to add noise to the feature prior to computing gradients. Similar to noise_sigma but represents the noise added to the current feature. Defaults to 0.1.
- name String
- The name of the input feature for which noise sigma is provided. The features are defined in explanation metadata inputs.
- sigma Number
- This represents the standard deviation of the Gaussian kernel that will be used to add noise to the feature prior to computing gradients. Similar to noise_sigma but represents the noise added to the current feature. Defaults to 0.1.
GoogleCloudAiplatformV1beta1FeatureNoiseSigmaResponse      
- NoiseSigma List<Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Feature Noise Sigma Noise Sigma For Feature Response> 
- Noise sigma per feature. No noise is added to features that are not set.
- NoiseSigma []GoogleCloud Aiplatform V1beta1Feature Noise Sigma Noise Sigma For Feature Response 
- Noise sigma per feature. No noise is added to features that are not set.
- noiseSigma List<GoogleCloud Aiplatform V1beta1Feature Noise Sigma Noise Sigma For Feature Response> 
- Noise sigma per feature. No noise is added to features that are not set.
- noiseSigma GoogleCloud Aiplatform V1beta1Feature Noise Sigma Noise Sigma For Feature Response[] 
- Noise sigma per feature. No noise is added to features that are not set.
- noise_sigma Sequence[GoogleCloud Aiplatform V1beta1Feature Noise Sigma Noise Sigma For Feature Response] 
- Noise sigma per feature. No noise is added to features that are not set.
- noiseSigma List<Property Map>
- Noise sigma per feature. No noise is added to features that are not set.
GoogleCloudAiplatformV1beta1FilterSplitResponse     
- TestFilter string
- A filter on DataItems of the Dataset. DataItems that match this filter are used to test the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- TrainingFilter string
- A filter on DataItems of the Dataset. DataItems that match this filter are used to train the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- ValidationFilter string
- A filter on DataItems of the Dataset. DataItems that match this filter are used to validate the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- TestFilter string
- A filter on DataItems of the Dataset. DataItems that match this filter are used to test the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- TrainingFilter string
- A filter on DataItems of the Dataset. DataItems that match this filter are used to train the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- ValidationFilter string
- A filter on DataItems of the Dataset. DataItems that match this filter are used to validate the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- testFilter String
- A filter on DataItems of the Dataset. DataItems that match this filter are used to test the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- trainingFilter String
- A filter on DataItems of the Dataset. DataItems that match this filter are used to train the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- validationFilter String
- A filter on DataItems of the Dataset. DataItems that match this filter are used to validate the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- testFilter string
- A filter on DataItems of the Dataset. DataItems that match this filter are used to test the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- trainingFilter string
- A filter on DataItems of the Dataset. DataItems that match this filter are used to train the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- validationFilter string
- A filter on DataItems of the Dataset. DataItems that match this filter are used to validate the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- test_filter str
- A filter on DataItems of the Dataset. DataItems that match this filter are used to test the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- training_filter str
- A filter on DataItems of the Dataset. DataItems that match this filter are used to train the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- validation_filter str
- A filter on DataItems of the Dataset. DataItems that match this filter are used to validate the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- testFilter String
- A filter on DataItems of the Dataset. DataItems that match this filter are used to test the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- trainingFilter String
- A filter on DataItems of the Dataset. DataItems that match this filter are used to train the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
- validationFilter String
- A filter on DataItems of the Dataset. DataItems that match this filter are used to validate the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.
GoogleCloudAiplatformV1beta1FractionSplitResponse     
- TestFraction double
- The fraction of the input data that is to be used to evaluate the Model.
- TrainingFraction double
- The fraction of the input data that is to be used to train the Model.
- ValidationFraction double
- The fraction of the input data that is to be used to validate the Model.
- TestFraction float64
- The fraction of the input data that is to be used to evaluate the Model.
- TrainingFraction float64
- The fraction of the input data that is to be used to train the Model.
- ValidationFraction float64
- The fraction of the input data that is to be used to validate the Model.
- testFraction Double
- The fraction of the input data that is to be used to evaluate the Model.
- trainingFraction Double
- The fraction of the input data that is to be used to train the Model.
- validationFraction Double
- The fraction of the input data that is to be used to validate the Model.
- testFraction number
- The fraction of the input data that is to be used to evaluate the Model.
- trainingFraction number
- The fraction of the input data that is to be used to train the Model.
- validationFraction number
- The fraction of the input data that is to be used to validate the Model.
- test_fraction float
- The fraction of the input data that is to be used to evaluate the Model.
- training_fraction float
- The fraction of the input data that is to be used to train the Model.
- validation_fraction float
- The fraction of the input data that is to be used to validate the Model.
- testFraction Number
- The fraction of the input data that is to be used to evaluate the Model.
- trainingFraction Number
- The fraction of the input data that is to be used to train the Model.
- validationFraction Number
- The fraction of the input data that is to be used to validate the Model.
GoogleCloudAiplatformV1beta1GcsDestinationResponse     
- OutputUri stringPrefix 
- Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.
- OutputUri stringPrefix 
- Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.
- outputUri StringPrefix 
- Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.
- outputUri stringPrefix 
- Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.
- output_uri_ strprefix 
- Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.
- outputUri StringPrefix 
- Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.
GoogleCloudAiplatformV1beta1GcsSourceResponse     
- Uris List<string>
- Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
- Uris []string
- Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
- uris List<String>
- Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
- uris string[]
- Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
- uris Sequence[str]
- Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
- uris List<String>
- Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
GoogleCloudAiplatformV1beta1InputDataConfigResponse      
- AnnotationSchema stringUri 
- Applicable only to custom training with Datasets that have DataItems and Annotations. Cloud Storage URI that points to a YAML file describing the annotation schema. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/annotation/ , note that the chosen schema must be consistent with metadata of the Dataset specified by dataset_id. Only Annotations that both match this schema and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both annotations_filter and annotation_schema_uri.
- AnnotationsFilter string
- Applicable only to Datasets that have DataItems and Annotations. A filter on Annotations of the Dataset. Only Annotations that both match this filter and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on (for the auto-assigned that role is decided by Vertex AI). A filter with same syntax as the one used in ListAnnotations may be used, but note here it filters across all Annotations of the Dataset, and not just within a single DataItem.
- BigqueryDestination Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Big Query Destination Response 
- Only applicable to custom training with tabular Dataset with BigQuery source. The BigQuery project location where the training data is to be written to. In the given project a new dataset is created with name dataset___where timestamp is in YYYY_MM_DDThh_mm_ss_sssZ format. All training input data is written into that dataset. In the dataset three tables are created,training,validationandtest. * AIP_DATA_FORMAT = "bigquery". * AIP_TRAINING_DATA_URI = "bigquery_destination.dataset___.training" * AIP_VALIDATION_DATA_URI = "bigquery_destination.dataset___.validation" * AIP_TEST_DATA_URI = "bigquery_destination.dataset___.test"
- DatasetId string
- The ID of the Dataset in the same Project and Location which data will be used to train the Model. The Dataset must use schema compatible with Model being trained, and what is compatible should be described in the used TrainingPipeline's training_task_definition. For tabular Datasets, all their data is exported to training, to pick and choose from.
- FilterSplit Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Filter Split Response 
- Split based on the provided filters for each set.
- FractionSplit Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Fraction Split Response 
- Split based on fractions defining the size of each set.
- GcsDestination Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Gcs Destination Response 
- The Cloud Storage location where the training data is to be written to. In the given directory a new directory is created with name: dataset---where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All training input data is written into that directory. The Vertex AI environment variables representing Cloud Storage data URIs are represented in the Cloud Storage wildcard format to support sharded data. e.g.: "gs://.../training-.jsonl" * AIP_DATA_FORMAT = "jsonl" for non-tabular data, "csv" for tabular data * AIP_TRAINING_DATA_URI = "gcs_destination/dataset---/training-.${AIP_DATA_FORMAT}" * AIP_VALIDATION_DATA_URI = "gcs_destination/dataset---/validation-.${AIP_DATA_FORMAT}" * AIP_TEST_DATA_URI = "gcs_destination/dataset---/test-.${AIP_DATA_FORMAT}"
- PersistMl boolUse Assignment 
- Whether to persist the ML use assignment to data item system labels.
- PredefinedSplit Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Predefined Split Response 
- Supported only for tabular Datasets. Split based on a predefined key.
- SavedQuery stringId 
- Only applicable to Datasets that have SavedQueries. The ID of a SavedQuery (annotation set) under the Dataset specified by dataset_id used for filtering Annotations for training. Only Annotations that are associated with this SavedQuery are used in respectively training. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both saved_query_id and annotations_filter. Only one of saved_query_id and annotation_schema_uri should be specified as both of them represent the same thing: problem type.
- StratifiedSplit Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Stratified Split Response 
- Supported only for tabular Datasets. Split based on the distribution of the specified column.
- TimestampSplit Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Timestamp Split Response 
- Supported only for tabular Datasets. Split based on the timestamp of the input data pieces.
- AnnotationSchema stringUri 
- Applicable only to custom training with Datasets that have DataItems and Annotations. Cloud Storage URI that points to a YAML file describing the annotation schema. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/annotation/ , note that the chosen schema must be consistent with metadata of the Dataset specified by dataset_id. Only Annotations that both match this schema and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both annotations_filter and annotation_schema_uri.
- AnnotationsFilter string
- Applicable only to Datasets that have DataItems and Annotations. A filter on Annotations of the Dataset. Only Annotations that both match this filter and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on (for the auto-assigned that role is decided by Vertex AI). A filter with same syntax as the one used in ListAnnotations may be used, but note here it filters across all Annotations of the Dataset, and not just within a single DataItem.
- BigqueryDestination GoogleCloud Aiplatform V1beta1Big Query Destination Response 
- Only applicable to custom training with tabular Dataset with BigQuery source. The BigQuery project location where the training data is to be written to. In the given project a new dataset is created with name dataset___where timestamp is in YYYY_MM_DDThh_mm_ss_sssZ format. All training input data is written into that dataset. In the dataset three tables are created,training,validationandtest. * AIP_DATA_FORMAT = "bigquery". * AIP_TRAINING_DATA_URI = "bigquery_destination.dataset___.training" * AIP_VALIDATION_DATA_URI = "bigquery_destination.dataset___.validation" * AIP_TEST_DATA_URI = "bigquery_destination.dataset___.test"
- DatasetId string
- The ID of the Dataset in the same Project and Location which data will be used to train the Model. The Dataset must use schema compatible with Model being trained, and what is compatible should be described in the used TrainingPipeline's training_task_definition. For tabular Datasets, all their data is exported to training, to pick and choose from.
- FilterSplit GoogleCloud Aiplatform V1beta1Filter Split Response 
- Split based on the provided filters for each set.
- FractionSplit GoogleCloud Aiplatform V1beta1Fraction Split Response 
- Split based on fractions defining the size of each set.
- GcsDestination GoogleCloud Aiplatform V1beta1Gcs Destination Response 
- The Cloud Storage location where the training data is to be written to. In the given directory a new directory is created with name: dataset---where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All training input data is written into that directory. The Vertex AI environment variables representing Cloud Storage data URIs are represented in the Cloud Storage wildcard format to support sharded data. e.g.: "gs://.../training-.jsonl" * AIP_DATA_FORMAT = "jsonl" for non-tabular data, "csv" for tabular data * AIP_TRAINING_DATA_URI = "gcs_destination/dataset---/training-.${AIP_DATA_FORMAT}" * AIP_VALIDATION_DATA_URI = "gcs_destination/dataset---/validation-.${AIP_DATA_FORMAT}" * AIP_TEST_DATA_URI = "gcs_destination/dataset---/test-.${AIP_DATA_FORMAT}"
- PersistMl boolUse Assignment 
- Whether to persist the ML use assignment to data item system labels.
- PredefinedSplit GoogleCloud Aiplatform V1beta1Predefined Split Response 
- Supported only for tabular Datasets. Split based on a predefined key.
- SavedQuery stringId 
- Only applicable to Datasets that have SavedQueries. The ID of a SavedQuery (annotation set) under the Dataset specified by dataset_id used for filtering Annotations for training. Only Annotations that are associated with this SavedQuery are used in respectively training. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both saved_query_id and annotations_filter. Only one of saved_query_id and annotation_schema_uri should be specified as both of them represent the same thing: problem type.
- StratifiedSplit GoogleCloud Aiplatform V1beta1Stratified Split Response 
- Supported only for tabular Datasets. Split based on the distribution of the specified column.
- TimestampSplit GoogleCloud Aiplatform V1beta1Timestamp Split Response 
- Supported only for tabular Datasets. Split based on the timestamp of the input data pieces.
- annotationSchema StringUri 
- Applicable only to custom training with Datasets that have DataItems and Annotations. Cloud Storage URI that points to a YAML file describing the annotation schema. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/annotation/ , note that the chosen schema must be consistent with metadata of the Dataset specified by dataset_id. Only Annotations that both match this schema and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both annotations_filter and annotation_schema_uri.
- annotationsFilter String
- Applicable only to Datasets that have DataItems and Annotations. A filter on Annotations of the Dataset. Only Annotations that both match this filter and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on (for the auto-assigned that role is decided by Vertex AI). A filter with same syntax as the one used in ListAnnotations may be used, but note here it filters across all Annotations of the Dataset, and not just within a single DataItem.
- bigqueryDestination GoogleCloud Aiplatform V1beta1Big Query Destination Response 
- Only applicable to custom training with tabular Dataset with BigQuery source. The BigQuery project location where the training data is to be written to. In the given project a new dataset is created with name dataset___where timestamp is in YYYY_MM_DDThh_mm_ss_sssZ format. All training input data is written into that dataset. In the dataset three tables are created,training,validationandtest. * AIP_DATA_FORMAT = "bigquery". * AIP_TRAINING_DATA_URI = "bigquery_destination.dataset___.training" * AIP_VALIDATION_DATA_URI = "bigquery_destination.dataset___.validation" * AIP_TEST_DATA_URI = "bigquery_destination.dataset___.test"
- datasetId String
- The ID of the Dataset in the same Project and Location which data will be used to train the Model. The Dataset must use schema compatible with Model being trained, and what is compatible should be described in the used TrainingPipeline's training_task_definition. For tabular Datasets, all their data is exported to training, to pick and choose from.
- filterSplit GoogleCloud Aiplatform V1beta1Filter Split Response 
- Split based on the provided filters for each set.
- fractionSplit GoogleCloud Aiplatform V1beta1Fraction Split Response 
- Split based on fractions defining the size of each set.
- gcsDestination GoogleCloud Aiplatform V1beta1Gcs Destination Response 
- The Cloud Storage location where the training data is to be written to. In the given directory a new directory is created with name: dataset---where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All training input data is written into that directory. The Vertex AI environment variables representing Cloud Storage data URIs are represented in the Cloud Storage wildcard format to support sharded data. e.g.: "gs://.../training-.jsonl" * AIP_DATA_FORMAT = "jsonl" for non-tabular data, "csv" for tabular data * AIP_TRAINING_DATA_URI = "gcs_destination/dataset---/training-.${AIP_DATA_FORMAT}" * AIP_VALIDATION_DATA_URI = "gcs_destination/dataset---/validation-.${AIP_DATA_FORMAT}" * AIP_TEST_DATA_URI = "gcs_destination/dataset---/test-.${AIP_DATA_FORMAT}"
- persistMl BooleanUse Assignment 
- Whether to persist the ML use assignment to data item system labels.
- predefinedSplit GoogleCloud Aiplatform V1beta1Predefined Split Response 
- Supported only for tabular Datasets. Split based on a predefined key.
- savedQuery StringId 
- Only applicable to Datasets that have SavedQueries. The ID of a SavedQuery (annotation set) under the Dataset specified by dataset_id used for filtering Annotations for training. Only Annotations that are associated with this SavedQuery are used in respectively training. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both saved_query_id and annotations_filter. Only one of saved_query_id and annotation_schema_uri should be specified as both of them represent the same thing: problem type.
- stratifiedSplit GoogleCloud Aiplatform V1beta1Stratified Split Response 
- Supported only for tabular Datasets. Split based on the distribution of the specified column.
- timestampSplit GoogleCloud Aiplatform V1beta1Timestamp Split Response 
- Supported only for tabular Datasets. Split based on the timestamp of the input data pieces.
- annotationSchema stringUri 
- Applicable only to custom training with Datasets that have DataItems and Annotations. Cloud Storage URI that points to a YAML file describing the annotation schema. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/annotation/ , note that the chosen schema must be consistent with metadata of the Dataset specified by dataset_id. Only Annotations that both match this schema and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both annotations_filter and annotation_schema_uri.
- annotationsFilter string
- Applicable only to Datasets that have DataItems and Annotations. A filter on Annotations of the Dataset. Only Annotations that both match this filter and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on (for the auto-assigned that role is decided by Vertex AI). A filter with same syntax as the one used in ListAnnotations may be used, but note here it filters across all Annotations of the Dataset, and not just within a single DataItem.
- bigqueryDestination GoogleCloud Aiplatform V1beta1Big Query Destination Response 
- Only applicable to custom training with tabular Dataset with BigQuery source. The BigQuery project location where the training data is to be written to. In the given project a new dataset is created with name dataset___where timestamp is in YYYY_MM_DDThh_mm_ss_sssZ format. All training input data is written into that dataset. In the dataset three tables are created,training,validationandtest. * AIP_DATA_FORMAT = "bigquery". * AIP_TRAINING_DATA_URI = "bigquery_destination.dataset___.training" * AIP_VALIDATION_DATA_URI = "bigquery_destination.dataset___.validation" * AIP_TEST_DATA_URI = "bigquery_destination.dataset___.test"
- datasetId string
- The ID of the Dataset in the same Project and Location which data will be used to train the Model. The Dataset must use schema compatible with Model being trained, and what is compatible should be described in the used TrainingPipeline's training_task_definition. For tabular Datasets, all their data is exported to training, to pick and choose from.
- filterSplit GoogleCloud Aiplatform V1beta1Filter Split Response 
- Split based on the provided filters for each set.
- fractionSplit GoogleCloud Aiplatform V1beta1Fraction Split Response 
- Split based on fractions defining the size of each set.
- gcsDestination GoogleCloud Aiplatform V1beta1Gcs Destination Response 
- The Cloud Storage location where the training data is to be written to. In the given directory a new directory is created with name: dataset---where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All training input data is written into that directory. The Vertex AI environment variables representing Cloud Storage data URIs are represented in the Cloud Storage wildcard format to support sharded data. e.g.: "gs://.../training-.jsonl" * AIP_DATA_FORMAT = "jsonl" for non-tabular data, "csv" for tabular data * AIP_TRAINING_DATA_URI = "gcs_destination/dataset---/training-.${AIP_DATA_FORMAT}" * AIP_VALIDATION_DATA_URI = "gcs_destination/dataset---/validation-.${AIP_DATA_FORMAT}" * AIP_TEST_DATA_URI = "gcs_destination/dataset---/test-.${AIP_DATA_FORMAT}"
- persistMl booleanUse Assignment 
- Whether to persist the ML use assignment to data item system labels.
- predefinedSplit GoogleCloud Aiplatform V1beta1Predefined Split Response 
- Supported only for tabular Datasets. Split based on a predefined key.
- savedQuery stringId 
- Only applicable to Datasets that have SavedQueries. The ID of a SavedQuery (annotation set) under the Dataset specified by dataset_id used for filtering Annotations for training. Only Annotations that are associated with this SavedQuery are used in respectively training. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both saved_query_id and annotations_filter. Only one of saved_query_id and annotation_schema_uri should be specified as both of them represent the same thing: problem type.
- stratifiedSplit GoogleCloud Aiplatform V1beta1Stratified Split Response 
- Supported only for tabular Datasets. Split based on the distribution of the specified column.
- timestampSplit GoogleCloud Aiplatform V1beta1Timestamp Split Response 
- Supported only for tabular Datasets. Split based on the timestamp of the input data pieces.
- annotation_schema_ struri 
- Applicable only to custom training with Datasets that have DataItems and Annotations. Cloud Storage URI that points to a YAML file describing the annotation schema. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/annotation/ , note that the chosen schema must be consistent with metadata of the Dataset specified by dataset_id. Only Annotations that both match this schema and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both annotations_filter and annotation_schema_uri.
- annotations_filter str
- Applicable only to Datasets that have DataItems and Annotations. A filter on Annotations of the Dataset. Only Annotations that both match this filter and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on (for the auto-assigned that role is decided by Vertex AI). A filter with same syntax as the one used in ListAnnotations may be used, but note here it filters across all Annotations of the Dataset, and not just within a single DataItem.
- bigquery_destination GoogleCloud Aiplatform V1beta1Big Query Destination Response 
- Only applicable to custom training with tabular Dataset with BigQuery source. The BigQuery project location where the training data is to be written to. In the given project a new dataset is created with name dataset___where timestamp is in YYYY_MM_DDThh_mm_ss_sssZ format. All training input data is written into that dataset. In the dataset three tables are created,training,validationandtest. * AIP_DATA_FORMAT = "bigquery". * AIP_TRAINING_DATA_URI = "bigquery_destination.dataset___.training" * AIP_VALIDATION_DATA_URI = "bigquery_destination.dataset___.validation" * AIP_TEST_DATA_URI = "bigquery_destination.dataset___.test"
- dataset_id str
- The ID of the Dataset in the same Project and Location which data will be used to train the Model. The Dataset must use schema compatible with Model being trained, and what is compatible should be described in the used TrainingPipeline's training_task_definition. For tabular Datasets, all their data is exported to training, to pick and choose from.
- filter_split GoogleCloud Aiplatform V1beta1Filter Split Response 
- Split based on the provided filters for each set.
- fraction_split GoogleCloud Aiplatform V1beta1Fraction Split Response 
- Split based on fractions defining the size of each set.
- gcs_destination GoogleCloud Aiplatform V1beta1Gcs Destination Response 
- The Cloud Storage location where the training data is to be written to. In the given directory a new directory is created with name: dataset---where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All training input data is written into that directory. The Vertex AI environment variables representing Cloud Storage data URIs are represented in the Cloud Storage wildcard format to support sharded data. e.g.: "gs://.../training-.jsonl" * AIP_DATA_FORMAT = "jsonl" for non-tabular data, "csv" for tabular data * AIP_TRAINING_DATA_URI = "gcs_destination/dataset---/training-.${AIP_DATA_FORMAT}" * AIP_VALIDATION_DATA_URI = "gcs_destination/dataset---/validation-.${AIP_DATA_FORMAT}" * AIP_TEST_DATA_URI = "gcs_destination/dataset---/test-.${AIP_DATA_FORMAT}"
- persist_ml_ booluse_ assignment 
- Whether to persist the ML use assignment to data item system labels.
- predefined_split GoogleCloud Aiplatform V1beta1Predefined Split Response 
- Supported only for tabular Datasets. Split based on a predefined key.
- saved_query_ strid 
- Only applicable to Datasets that have SavedQueries. The ID of a SavedQuery (annotation set) under the Dataset specified by dataset_id used for filtering Annotations for training. Only Annotations that are associated with this SavedQuery are used in respectively training. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both saved_query_id and annotations_filter. Only one of saved_query_id and annotation_schema_uri should be specified as both of them represent the same thing: problem type.
- stratified_split GoogleCloud Aiplatform V1beta1Stratified Split Response 
- Supported only for tabular Datasets. Split based on the distribution of the specified column.
- timestamp_split GoogleCloud Aiplatform V1beta1Timestamp Split Response 
- Supported only for tabular Datasets. Split based on the timestamp of the input data pieces.
- annotationSchema StringUri 
- Applicable only to custom training with Datasets that have DataItems and Annotations. Cloud Storage URI that points to a YAML file describing the annotation schema. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/annotation/ , note that the chosen schema must be consistent with metadata of the Dataset specified by dataset_id. Only Annotations that both match this schema and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both annotations_filter and annotation_schema_uri.
- annotationsFilter String
- Applicable only to Datasets that have DataItems and Annotations. A filter on Annotations of the Dataset. Only Annotations that both match this filter and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on (for the auto-assigned that role is decided by Vertex AI). A filter with same syntax as the one used in ListAnnotations may be used, but note here it filters across all Annotations of the Dataset, and not just within a single DataItem.
- bigqueryDestination Property Map
- Only applicable to custom training with tabular Dataset with BigQuery source. The BigQuery project location where the training data is to be written to. In the given project a new dataset is created with name dataset___where timestamp is in YYYY_MM_DDThh_mm_ss_sssZ format. All training input data is written into that dataset. In the dataset three tables are created,training,validationandtest. * AIP_DATA_FORMAT = "bigquery". * AIP_TRAINING_DATA_URI = "bigquery_destination.dataset___.training" * AIP_VALIDATION_DATA_URI = "bigquery_destination.dataset___.validation" * AIP_TEST_DATA_URI = "bigquery_destination.dataset___.test"
- datasetId String
- The ID of the Dataset in the same Project and Location which data will be used to train the Model. The Dataset must use schema compatible with Model being trained, and what is compatible should be described in the used TrainingPipeline's training_task_definition. For tabular Datasets, all their data is exported to training, to pick and choose from.
- filterSplit Property Map
- Split based on the provided filters for each set.
- fractionSplit Property Map
- Split based on fractions defining the size of each set.
- gcsDestination Property Map
- The Cloud Storage location where the training data is to be written to. In the given directory a new directory is created with name: dataset---where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All training input data is written into that directory. The Vertex AI environment variables representing Cloud Storage data URIs are represented in the Cloud Storage wildcard format to support sharded data. e.g.: "gs://.../training-.jsonl" * AIP_DATA_FORMAT = "jsonl" for non-tabular data, "csv" for tabular data * AIP_TRAINING_DATA_URI = "gcs_destination/dataset---/training-.${AIP_DATA_FORMAT}" * AIP_VALIDATION_DATA_URI = "gcs_destination/dataset---/validation-.${AIP_DATA_FORMAT}" * AIP_TEST_DATA_URI = "gcs_destination/dataset---/test-.${AIP_DATA_FORMAT}"
- persistMl BooleanUse Assignment 
- Whether to persist the ML use assignment to data item system labels.
- predefinedSplit Property Map
- Supported only for tabular Datasets. Split based on a predefined key.
- savedQuery StringId 
- Only applicable to Datasets that have SavedQueries. The ID of a SavedQuery (annotation set) under the Dataset specified by dataset_id used for filtering Annotations for training. Only Annotations that are associated with this SavedQuery are used in respectively training. When used in conjunction with annotations_filter, the Annotations used for training are filtered by both saved_query_id and annotations_filter. Only one of saved_query_id and annotation_schema_uri should be specified as both of them represent the same thing: problem type.
- stratifiedSplit Property Map
- Supported only for tabular Datasets. Split based on the distribution of the specified column.
- timestampSplit Property Map
- Supported only for tabular Datasets. Split based on the timestamp of the input data pieces.
GoogleCloudAiplatformV1beta1IntegratedGradientsAttributionResponse      
- BlurBaseline Pulumi.Config Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Blur Baseline Config Response 
- Config for IG with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- SmoothGrad Pulumi.Config Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Smooth Grad Config Response 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- StepCount int
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is within the desired error range. Valid range of its value is [1, 100], inclusively.
- BlurBaseline GoogleConfig Cloud Aiplatform V1beta1Blur Baseline Config Response 
- Config for IG with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- SmoothGrad GoogleConfig Cloud Aiplatform V1beta1Smooth Grad Config Response 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- StepCount int
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is within the desired error range. Valid range of its value is [1, 100], inclusively.
- blurBaseline GoogleConfig Cloud Aiplatform V1beta1Blur Baseline Config Response 
- Config for IG with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- smoothGrad GoogleConfig Cloud Aiplatform V1beta1Smooth Grad Config Response 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- stepCount Integer
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is within the desired error range. Valid range of its value is [1, 100], inclusively.
- blurBaseline GoogleConfig Cloud Aiplatform V1beta1Blur Baseline Config Response 
- Config for IG with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- smoothGrad GoogleConfig Cloud Aiplatform V1beta1Smooth Grad Config Response 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- stepCount number
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is within the desired error range. Valid range of its value is [1, 100], inclusively.
- blur_baseline_ Googleconfig Cloud Aiplatform V1beta1Blur Baseline Config Response 
- Config for IG with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- smooth_grad_ Googleconfig Cloud Aiplatform V1beta1Smooth Grad Config Response 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- step_count int
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is within the desired error range. Valid range of its value is [1, 100], inclusively.
- blurBaseline Property MapConfig 
- Config for IG with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- smoothGrad Property MapConfig 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- stepCount Number
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is within the desired error range. Valid range of its value is [1, 100], inclusively.
GoogleCloudAiplatformV1beta1ModelContainerSpecResponse      
- Args List<string>
- Immutable. Specifies arguments for the command that runs when the container starts. This overrides the container's CMD. Specify this field as an array of executable and arguments, similar to a DockerCMD's "default parameters" form. If you don't specify this field but do specify the command field, then the command from thecommandfield runs without any additional arguments. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. If you don't specify this field and don't specify thecommandfield, then the container'sENTRYPOINTandCMDdetermine what runs based on their default behavior. See the Docker documentation about howCMDandENTRYPOINTinteract. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to theargsfield of the Kubernetes Containers v1 core API.
- Command List<string>
- Immutable. Specifies the command that runs when the container starts. This overrides the container's ENTRYPOINT. Specify this field as an array of executable and arguments, similar to a Docker ENTRYPOINT's "exec" form, not its "shell" form. If you do not specify this field, then the container'sENTRYPOINTruns, in conjunction with the args field or the container'sCMD, if either exists. If this field is not specified and the container does not have anENTRYPOINT, then refer to the Docker documentation about howCMDandENTRYPOINTinteract. If you specify this field, then you can also specify theargsfield to provide additional arguments for this command. However, if you specify this field, then the container'sCMDis ignored. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to thecommandfield of the Kubernetes Containers v1 core API.
- DeploymentTimeout string
- Immutable. Deployment timeout. TODO (b/306244185): Revise documentation before exposing.
- Env
List<Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Env Var Response> 
- Immutable. List of environment variables to set in the container. After the container starts running, code running in the container can read these environment variables. Additionally, the command and args fields can reference these variables. Later entries in this list can also reference earlier entries. For example, the following example sets the variable VAR_2to have the valuefoo bar:json [ { "name": "VAR_1", "value": "foo" }, { "name": "VAR_2", "value": "$(VAR_1) bar" } ]If you switch the order of the variables in the example, then the expansion does not occur. This field corresponds to theenvfield of the Kubernetes Containers v1 core API.
- HealthProbe Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Probe Response 
- Immutable. Specification for Kubernetes readiness probe. TODO (b/306244185): Revise documentation before exposing.
- HealthRoute string
- Immutable. HTTP path on the container to send health checks to. Vertex AI intermittently sends GET requests to this path on the container's IP address and port to check that the container is healthy. Read more about health checks. For example, if you set this field to /bar, then Vertex AI intermittently sends a GET request to the/barpath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/ DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- ImageUri string
- Immutable. URI of the Docker image to be used as the custom container for serving predictions. This URI must identify an image in Artifact Registry or Container Registry. Learn more about the container publishing requirements, including permissions requirements for the Vertex AI Service Agent. The container image is ingested upon ModelService.UploadModel, stored internally, and this original path is afterwards not used. To learn about the requirements for the Docker image itself, see Custom container requirements. You can use the URI to one of Vertex AI's pre-built container images for prediction in this field.
- Ports
List<Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Port Response> 
- Immutable. List of ports to expose from the container. Vertex AI sends any prediction requests that it receives to the first port on this list. Vertex AI also sends liveness and health checks to this port. If you do not specify this field, it defaults to following value: json [ { "containerPort": 8080 } ]Vertex AI does not use ports other than the first one listed. This field corresponds to theportsfield of the Kubernetes Containers v1 core API.
- PredictRoute string
- Immutable. HTTP path on the container to send prediction requests to. Vertex AI forwards requests sent using projects.locations.endpoints.predict to this path on the container's IP address and port. Vertex AI then returns the container's response in the API response. For example, if you set this field to /foo, then when Vertex AI receives a prediction request, it forwards the request body in a POST request to the/foopath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- string
- Immutable. The amount of the VM memory to reserve as the shared memory for the model in megabytes. TODO (b/306244185): Revise documentation before exposing.
- StartupProbe Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Probe Response 
- Immutable. Specification for Kubernetes startup probe. TODO (b/306244185): Revise documentation before exposing.
- Args []string
- Immutable. Specifies arguments for the command that runs when the container starts. This overrides the container's CMD. Specify this field as an array of executable and arguments, similar to a DockerCMD's "default parameters" form. If you don't specify this field but do specify the command field, then the command from thecommandfield runs without any additional arguments. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. If you don't specify this field and don't specify thecommandfield, then the container'sENTRYPOINTandCMDdetermine what runs based on their default behavior. See the Docker documentation about howCMDandENTRYPOINTinteract. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to theargsfield of the Kubernetes Containers v1 core API.
- Command []string
- Immutable. Specifies the command that runs when the container starts. This overrides the container's ENTRYPOINT. Specify this field as an array of executable and arguments, similar to a Docker ENTRYPOINT's "exec" form, not its "shell" form. If you do not specify this field, then the container'sENTRYPOINTruns, in conjunction with the args field or the container'sCMD, if either exists. If this field is not specified and the container does not have anENTRYPOINT, then refer to the Docker documentation about howCMDandENTRYPOINTinteract. If you specify this field, then you can also specify theargsfield to provide additional arguments for this command. However, if you specify this field, then the container'sCMDis ignored. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to thecommandfield of the Kubernetes Containers v1 core API.
- DeploymentTimeout string
- Immutable. Deployment timeout. TODO (b/306244185): Revise documentation before exposing.
- Env
[]GoogleCloud Aiplatform V1beta1Env Var Response 
- Immutable. List of environment variables to set in the container. After the container starts running, code running in the container can read these environment variables. Additionally, the command and args fields can reference these variables. Later entries in this list can also reference earlier entries. For example, the following example sets the variable VAR_2to have the valuefoo bar:json [ { "name": "VAR_1", "value": "foo" }, { "name": "VAR_2", "value": "$(VAR_1) bar" } ]If you switch the order of the variables in the example, then the expansion does not occur. This field corresponds to theenvfield of the Kubernetes Containers v1 core API.
- HealthProbe GoogleCloud Aiplatform V1beta1Probe Response 
- Immutable. Specification for Kubernetes readiness probe. TODO (b/306244185): Revise documentation before exposing.
- HealthRoute string
- Immutable. HTTP path on the container to send health checks to. Vertex AI intermittently sends GET requests to this path on the container's IP address and port to check that the container is healthy. Read more about health checks. For example, if you set this field to /bar, then Vertex AI intermittently sends a GET request to the/barpath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/ DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- ImageUri string
- Immutable. URI of the Docker image to be used as the custom container for serving predictions. This URI must identify an image in Artifact Registry or Container Registry. Learn more about the container publishing requirements, including permissions requirements for the Vertex AI Service Agent. The container image is ingested upon ModelService.UploadModel, stored internally, and this original path is afterwards not used. To learn about the requirements for the Docker image itself, see Custom container requirements. You can use the URI to one of Vertex AI's pre-built container images for prediction in this field.
- Ports
[]GoogleCloud Aiplatform V1beta1Port Response 
- Immutable. List of ports to expose from the container. Vertex AI sends any prediction requests that it receives to the first port on this list. Vertex AI also sends liveness and health checks to this port. If you do not specify this field, it defaults to following value: json [ { "containerPort": 8080 } ]Vertex AI does not use ports other than the first one listed. This field corresponds to theportsfield of the Kubernetes Containers v1 core API.
- PredictRoute string
- Immutable. HTTP path on the container to send prediction requests to. Vertex AI forwards requests sent using projects.locations.endpoints.predict to this path on the container's IP address and port. Vertex AI then returns the container's response in the API response. For example, if you set this field to /foo, then when Vertex AI receives a prediction request, it forwards the request body in a POST request to the/foopath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- string
- Immutable. The amount of the VM memory to reserve as the shared memory for the model in megabytes. TODO (b/306244185): Revise documentation before exposing.
- StartupProbe GoogleCloud Aiplatform V1beta1Probe Response 
- Immutable. Specification for Kubernetes startup probe. TODO (b/306244185): Revise documentation before exposing.
- args List<String>
- Immutable. Specifies arguments for the command that runs when the container starts. This overrides the container's CMD. Specify this field as an array of executable and arguments, similar to a DockerCMD's "default parameters" form. If you don't specify this field but do specify the command field, then the command from thecommandfield runs without any additional arguments. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. If you don't specify this field and don't specify thecommandfield, then the container'sENTRYPOINTandCMDdetermine what runs based on their default behavior. See the Docker documentation about howCMDandENTRYPOINTinteract. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to theargsfield of the Kubernetes Containers v1 core API.
- command List<String>
- Immutable. Specifies the command that runs when the container starts. This overrides the container's ENTRYPOINT. Specify this field as an array of executable and arguments, similar to a Docker ENTRYPOINT's "exec" form, not its "shell" form. If you do not specify this field, then the container'sENTRYPOINTruns, in conjunction with the args field or the container'sCMD, if either exists. If this field is not specified and the container does not have anENTRYPOINT, then refer to the Docker documentation about howCMDandENTRYPOINTinteract. If you specify this field, then you can also specify theargsfield to provide additional arguments for this command. However, if you specify this field, then the container'sCMDis ignored. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to thecommandfield of the Kubernetes Containers v1 core API.
- deploymentTimeout String
- Immutable. Deployment timeout. TODO (b/306244185): Revise documentation before exposing.
- env
List<GoogleCloud Aiplatform V1beta1Env Var Response> 
- Immutable. List of environment variables to set in the container. After the container starts running, code running in the container can read these environment variables. Additionally, the command and args fields can reference these variables. Later entries in this list can also reference earlier entries. For example, the following example sets the variable VAR_2to have the valuefoo bar:json [ { "name": "VAR_1", "value": "foo" }, { "name": "VAR_2", "value": "$(VAR_1) bar" } ]If you switch the order of the variables in the example, then the expansion does not occur. This field corresponds to theenvfield of the Kubernetes Containers v1 core API.
- healthProbe GoogleCloud Aiplatform V1beta1Probe Response 
- Immutable. Specification for Kubernetes readiness probe. TODO (b/306244185): Revise documentation before exposing.
- healthRoute String
- Immutable. HTTP path on the container to send health checks to. Vertex AI intermittently sends GET requests to this path on the container's IP address and port to check that the container is healthy. Read more about health checks. For example, if you set this field to /bar, then Vertex AI intermittently sends a GET request to the/barpath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/ DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- imageUri String
- Immutable. URI of the Docker image to be used as the custom container for serving predictions. This URI must identify an image in Artifact Registry or Container Registry. Learn more about the container publishing requirements, including permissions requirements for the Vertex AI Service Agent. The container image is ingested upon ModelService.UploadModel, stored internally, and this original path is afterwards not used. To learn about the requirements for the Docker image itself, see Custom container requirements. You can use the URI to one of Vertex AI's pre-built container images for prediction in this field.
- ports
List<GoogleCloud Aiplatform V1beta1Port Response> 
- Immutable. List of ports to expose from the container. Vertex AI sends any prediction requests that it receives to the first port on this list. Vertex AI also sends liveness and health checks to this port. If you do not specify this field, it defaults to following value: json [ { "containerPort": 8080 } ]Vertex AI does not use ports other than the first one listed. This field corresponds to theportsfield of the Kubernetes Containers v1 core API.
- predictRoute String
- Immutable. HTTP path on the container to send prediction requests to. Vertex AI forwards requests sent using projects.locations.endpoints.predict to this path on the container's IP address and port. Vertex AI then returns the container's response in the API response. For example, if you set this field to /foo, then when Vertex AI receives a prediction request, it forwards the request body in a POST request to the/foopath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- String
- Immutable. The amount of the VM memory to reserve as the shared memory for the model in megabytes. TODO (b/306244185): Revise documentation before exposing.
- startupProbe GoogleCloud Aiplatform V1beta1Probe Response 
- Immutable. Specification for Kubernetes startup probe. TODO (b/306244185): Revise documentation before exposing.
- args string[]
- Immutable. Specifies arguments for the command that runs when the container starts. This overrides the container's CMD. Specify this field as an array of executable and arguments, similar to a DockerCMD's "default parameters" form. If you don't specify this field but do specify the command field, then the command from thecommandfield runs without any additional arguments. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. If you don't specify this field and don't specify thecommandfield, then the container'sENTRYPOINTandCMDdetermine what runs based on their default behavior. See the Docker documentation about howCMDandENTRYPOINTinteract. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to theargsfield of the Kubernetes Containers v1 core API.
- command string[]
- Immutable. Specifies the command that runs when the container starts. This overrides the container's ENTRYPOINT. Specify this field as an array of executable and arguments, similar to a Docker ENTRYPOINT's "exec" form, not its "shell" form. If you do not specify this field, then the container'sENTRYPOINTruns, in conjunction with the args field or the container'sCMD, if either exists. If this field is not specified and the container does not have anENTRYPOINT, then refer to the Docker documentation about howCMDandENTRYPOINTinteract. If you specify this field, then you can also specify theargsfield to provide additional arguments for this command. However, if you specify this field, then the container'sCMDis ignored. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to thecommandfield of the Kubernetes Containers v1 core API.
- deploymentTimeout string
- Immutable. Deployment timeout. TODO (b/306244185): Revise documentation before exposing.
- env
GoogleCloud Aiplatform V1beta1Env Var Response[] 
- Immutable. List of environment variables to set in the container. After the container starts running, code running in the container can read these environment variables. Additionally, the command and args fields can reference these variables. Later entries in this list can also reference earlier entries. For example, the following example sets the variable VAR_2to have the valuefoo bar:json [ { "name": "VAR_1", "value": "foo" }, { "name": "VAR_2", "value": "$(VAR_1) bar" } ]If you switch the order of the variables in the example, then the expansion does not occur. This field corresponds to theenvfield of the Kubernetes Containers v1 core API.
- healthProbe GoogleCloud Aiplatform V1beta1Probe Response 
- Immutable. Specification for Kubernetes readiness probe. TODO (b/306244185): Revise documentation before exposing.
- healthRoute string
- Immutable. HTTP path on the container to send health checks to. Vertex AI intermittently sends GET requests to this path on the container's IP address and port to check that the container is healthy. Read more about health checks. For example, if you set this field to /bar, then Vertex AI intermittently sends a GET request to the/barpath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/ DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- imageUri string
- Immutable. URI of the Docker image to be used as the custom container for serving predictions. This URI must identify an image in Artifact Registry or Container Registry. Learn more about the container publishing requirements, including permissions requirements for the Vertex AI Service Agent. The container image is ingested upon ModelService.UploadModel, stored internally, and this original path is afterwards not used. To learn about the requirements for the Docker image itself, see Custom container requirements. You can use the URI to one of Vertex AI's pre-built container images for prediction in this field.
- ports
GoogleCloud Aiplatform V1beta1Port Response[] 
- Immutable. List of ports to expose from the container. Vertex AI sends any prediction requests that it receives to the first port on this list. Vertex AI also sends liveness and health checks to this port. If you do not specify this field, it defaults to following value: json [ { "containerPort": 8080 } ]Vertex AI does not use ports other than the first one listed. This field corresponds to theportsfield of the Kubernetes Containers v1 core API.
- predictRoute string
- Immutable. HTTP path on the container to send prediction requests to. Vertex AI forwards requests sent using projects.locations.endpoints.predict to this path on the container's IP address and port. Vertex AI then returns the container's response in the API response. For example, if you set this field to /foo, then when Vertex AI receives a prediction request, it forwards the request body in a POST request to the/foopath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- string
- Immutable. The amount of the VM memory to reserve as the shared memory for the model in megabytes. TODO (b/306244185): Revise documentation before exposing.
- startupProbe GoogleCloud Aiplatform V1beta1Probe Response 
- Immutable. Specification for Kubernetes startup probe. TODO (b/306244185): Revise documentation before exposing.
- args Sequence[str]
- Immutable. Specifies arguments for the command that runs when the container starts. This overrides the container's CMD. Specify this field as an array of executable and arguments, similar to a DockerCMD's "default parameters" form. If you don't specify this field but do specify the command field, then the command from thecommandfield runs without any additional arguments. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. If you don't specify this field and don't specify thecommandfield, then the container'sENTRYPOINTandCMDdetermine what runs based on their default behavior. See the Docker documentation about howCMDandENTRYPOINTinteract. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to theargsfield of the Kubernetes Containers v1 core API.
- command Sequence[str]
- Immutable. Specifies the command that runs when the container starts. This overrides the container's ENTRYPOINT. Specify this field as an array of executable and arguments, similar to a Docker ENTRYPOINT's "exec" form, not its "shell" form. If you do not specify this field, then the container'sENTRYPOINTruns, in conjunction with the args field or the container'sCMD, if either exists. If this field is not specified and the container does not have anENTRYPOINT, then refer to the Docker documentation about howCMDandENTRYPOINTinteract. If you specify this field, then you can also specify theargsfield to provide additional arguments for this command. However, if you specify this field, then the container'sCMDis ignored. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to thecommandfield of the Kubernetes Containers v1 core API.
- deployment_timeout str
- Immutable. Deployment timeout. TODO (b/306244185): Revise documentation before exposing.
- env
Sequence[GoogleCloud Aiplatform V1beta1Env Var Response] 
- Immutable. List of environment variables to set in the container. After the container starts running, code running in the container can read these environment variables. Additionally, the command and args fields can reference these variables. Later entries in this list can also reference earlier entries. For example, the following example sets the variable VAR_2to have the valuefoo bar:json [ { "name": "VAR_1", "value": "foo" }, { "name": "VAR_2", "value": "$(VAR_1) bar" } ]If you switch the order of the variables in the example, then the expansion does not occur. This field corresponds to theenvfield of the Kubernetes Containers v1 core API.
- health_probe GoogleCloud Aiplatform V1beta1Probe Response 
- Immutable. Specification for Kubernetes readiness probe. TODO (b/306244185): Revise documentation before exposing.
- health_route str
- Immutable. HTTP path on the container to send health checks to. Vertex AI intermittently sends GET requests to this path on the container's IP address and port to check that the container is healthy. Read more about health checks. For example, if you set this field to /bar, then Vertex AI intermittently sends a GET request to the/barpath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/ DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- image_uri str
- Immutable. URI of the Docker image to be used as the custom container for serving predictions. This URI must identify an image in Artifact Registry or Container Registry. Learn more about the container publishing requirements, including permissions requirements for the Vertex AI Service Agent. The container image is ingested upon ModelService.UploadModel, stored internally, and this original path is afterwards not used. To learn about the requirements for the Docker image itself, see Custom container requirements. You can use the URI to one of Vertex AI's pre-built container images for prediction in this field.
- ports
Sequence[GoogleCloud Aiplatform V1beta1Port Response] 
- Immutable. List of ports to expose from the container. Vertex AI sends any prediction requests that it receives to the first port on this list. Vertex AI also sends liveness and health checks to this port. If you do not specify this field, it defaults to following value: json [ { "containerPort": 8080 } ]Vertex AI does not use ports other than the first one listed. This field corresponds to theportsfield of the Kubernetes Containers v1 core API.
- predict_route str
- Immutable. HTTP path on the container to send prediction requests to. Vertex AI forwards requests sent using projects.locations.endpoints.predict to this path on the container's IP address and port. Vertex AI then returns the container's response in the API response. For example, if you set this field to /foo, then when Vertex AI receives a prediction request, it forwards the request body in a POST request to the/foopath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- str
- Immutable. The amount of the VM memory to reserve as the shared memory for the model in megabytes. TODO (b/306244185): Revise documentation before exposing.
- startup_probe GoogleCloud Aiplatform V1beta1Probe Response 
- Immutable. Specification for Kubernetes startup probe. TODO (b/306244185): Revise documentation before exposing.
- args List<String>
- Immutable. Specifies arguments for the command that runs when the container starts. This overrides the container's CMD. Specify this field as an array of executable and arguments, similar to a DockerCMD's "default parameters" form. If you don't specify this field but do specify the command field, then the command from thecommandfield runs without any additional arguments. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. If you don't specify this field and don't specify thecommandfield, then the container'sENTRYPOINTandCMDdetermine what runs based on their default behavior. See the Docker documentation about howCMDandENTRYPOINTinteract. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to theargsfield of the Kubernetes Containers v1 core API.
- command List<String>
- Immutable. Specifies the command that runs when the container starts. This overrides the container's ENTRYPOINT. Specify this field as an array of executable and arguments, similar to a Docker ENTRYPOINT's "exec" form, not its "shell" form. If you do not specify this field, then the container'sENTRYPOINTruns, in conjunction with the args field or the container'sCMD, if either exists. If this field is not specified and the container does not have anENTRYPOINT, then refer to the Docker documentation about howCMDandENTRYPOINTinteract. If you specify this field, then you can also specify theargsfield to provide additional arguments for this command. However, if you specify this field, then the container'sCMDis ignored. See the Kubernetes documentation about how thecommandandargsfields interact with a container'sENTRYPOINTandCMD. In this field, you can reference environment variables set by Vertex AI and environment variables set in the env field. You cannot reference environment variables set in the Docker image. In order for environment variables to be expanded, reference them by using the following syntax: $( VARIABLE_NAME) Note that this differs from Bash variable expansion, which does not use parentheses. If a variable cannot be resolved, the reference in the input string is used unchanged. To avoid variable expansion, you can escape this syntax with$$; for example: $$(VARIABLE_NAME) This field corresponds to thecommandfield of the Kubernetes Containers v1 core API.
- deploymentTimeout String
- Immutable. Deployment timeout. TODO (b/306244185): Revise documentation before exposing.
- env List<Property Map>
- Immutable. List of environment variables to set in the container. After the container starts running, code running in the container can read these environment variables. Additionally, the command and args fields can reference these variables. Later entries in this list can also reference earlier entries. For example, the following example sets the variable VAR_2to have the valuefoo bar:json [ { "name": "VAR_1", "value": "foo" }, { "name": "VAR_2", "value": "$(VAR_1) bar" } ]If you switch the order of the variables in the example, then the expansion does not occur. This field corresponds to theenvfield of the Kubernetes Containers v1 core API.
- healthProbe Property Map
- Immutable. Specification for Kubernetes readiness probe. TODO (b/306244185): Revise documentation before exposing.
- healthRoute String
- Immutable. HTTP path on the container to send health checks to. Vertex AI intermittently sends GET requests to this path on the container's IP address and port to check that the container is healthy. Read more about health checks. For example, if you set this field to /bar, then Vertex AI intermittently sends a GET request to the/barpath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/ DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- imageUri String
- Immutable. URI of the Docker image to be used as the custom container for serving predictions. This URI must identify an image in Artifact Registry or Container Registry. Learn more about the container publishing requirements, including permissions requirements for the Vertex AI Service Agent. The container image is ingested upon ModelService.UploadModel, stored internally, and this original path is afterwards not used. To learn about the requirements for the Docker image itself, see Custom container requirements. You can use the URI to one of Vertex AI's pre-built container images for prediction in this field.
- ports List<Property Map>
- Immutable. List of ports to expose from the container. Vertex AI sends any prediction requests that it receives to the first port on this list. Vertex AI also sends liveness and health checks to this port. If you do not specify this field, it defaults to following value: json [ { "containerPort": 8080 } ]Vertex AI does not use ports other than the first one listed. This field corresponds to theportsfield of the Kubernetes Containers v1 core API.
- predictRoute String
- Immutable. HTTP path on the container to send prediction requests to. Vertex AI forwards requests sent using projects.locations.endpoints.predict to this path on the container's IP address and port. Vertex AI then returns the container's response in the API response. For example, if you set this field to /foo, then when Vertex AI receives a prediction request, it forwards the request body in a POST request to the/foopath on the port of your container specified by the first value of thisModelContainerSpec's ports field. If you don't specify this field, it defaults to the following value when you deploy this Model to an Endpoint: /v1/endpoints/ENDPOINT/deployedModels/DEPLOYED_MODEL:predict The placeholders in this value are replaced as follows: * ENDPOINT: The last segment (followingendpoints/)of the Endpoint.name][] field of the Endpoint where this Model has been deployed. (Vertex AI makes this value available to your container code as theAIP_ENDPOINT_IDenvironment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_IDenvironment variable.)
- String
- Immutable. The amount of the VM memory to reserve as the shared memory for the model in megabytes. TODO (b/306244185): Revise documentation before exposing.
- startupProbe Property Map
- Immutable. Specification for Kubernetes startup probe. TODO (b/306244185): Revise documentation before exposing.
GoogleCloudAiplatformV1beta1ModelExportFormatResponse      
- ExportableContents List<string>
- The content of this Model that may be exported.
- ExportableContents []string
- The content of this Model that may be exported.
- exportableContents List<String>
- The content of this Model that may be exported.
- exportableContents string[]
- The content of this Model that may be exported.
- exportable_contents Sequence[str]
- The content of this Model that may be exported.
- exportableContents List<String>
- The content of this Model that may be exported.
GoogleCloudAiplatformV1beta1ModelOriginalModelInfoResponse       
- Model string
- The resource name of the Model this Model is a copy of, including the revision. Format: projects/{project}/locations/{location}/models/{model_id}@{version_id}
- Model string
- The resource name of the Model this Model is a copy of, including the revision. Format: projects/{project}/locations/{location}/models/{model_id}@{version_id}
- model String
- The resource name of the Model this Model is a copy of, including the revision. Format: projects/{project}/locations/{location}/models/{model_id}@{version_id}
- model string
- The resource name of the Model this Model is a copy of, including the revision. Format: projects/{project}/locations/{location}/models/{model_id}@{version_id}
- model str
- The resource name of the Model this Model is a copy of, including the revision. Format: projects/{project}/locations/{location}/models/{model_id}@{version_id}
- model String
- The resource name of the Model this Model is a copy of, including the revision. Format: projects/{project}/locations/{location}/models/{model_id}@{version_id}
GoogleCloudAiplatformV1beta1ModelResponse    
- ArtifactUri string
- Immutable. The path to the directory containing the Model artifact and any of its supporting files. Not present for AutoML Models or Large Models.
- ContainerSpec Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Container Spec Response 
- Input only. The specification of the container that is to be used when deploying this Model. The specification is ingested upon ModelService.UploadModel, and all binaries it contains are copied and stored internally by Vertex AI. Not present for AutoML Models or Large Models.
- CreateTime string
- Timestamp when this Model was uploaded into Vertex AI.
- DeployedModels List<Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Deployed Model Ref Response> 
- The pointers to DeployedModels created from this Model. Note that Model could have been deployed to Endpoints in different Locations.
- Description string
- The description of the Model.
- DisplayName string
- The display name of the Model. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- EncryptionSpec Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Encryption Spec Response 
- Customer-managed encryption key spec for a Model. If set, this Model and all sub-resources of this Model will be secured by this key.
- Etag string
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- ExplanationSpec Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Explanation Spec Response 
- The default explanation specification for this Model. The Model can be used for requesting explanation after being deployed if it is populated. The Model can be used for batch explanation if it is populated. All fields of the explanation_spec can be overridden by explanation_spec of DeployModelRequest.deployed_model, or explanation_spec of BatchPredictionJob. If the default explanation specification is not set for this Model, this Model can still be used for requesting explanation by setting explanation_spec of DeployModelRequest.deployed_model and for batch explanation by setting explanation_spec of BatchPredictionJob.
- Labels Dictionary<string, string>
- The labels with user-defined metadata to organize your Models. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- Metadata object
- Immutable. An additional information about the Model; the schema of the metadata can be found in metadata_schema. Unset if the Model does not have any additional information.
- MetadataArtifact string
- The resource name of the Artifact that was created in MetadataStore when creating the Model. The Artifact resource name pattern is projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}.
- MetadataSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing additional information about the Model, that is specific to it. Unset if the Model does not have any additional information. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no additional metadata is needed, this field is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- ModelSource Pulumi.Info Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Source Info Response 
- Source of a model. It can either be automl training pipeline, custom training pipeline, BigQuery ML, or existing Vertex AI Model.
- Name string
- The resource name of the Model.
- OriginalModel Pulumi.Info Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Original Model Info Response 
- If this Model is a copy of another Model, this contains info about the original.
- PredictSchemata Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Predict Schemata Response 
- The schemata that describe formats of the Model's predictions and explanations as given and returned via PredictionService.Predict and PredictionService.Explain.
- SupportedDeployment List<string>Resources Types 
- When this Model is deployed, its prediction resources are described by the prediction_resourcesfield of the Endpoint.deployed_models object. Because not all Models support all resource configuration types, the configuration types this Model supports are listed here. If no configuration types are listed, the Model cannot be deployed to an Endpoint and does not support online predictions (PredictionService.Predict or PredictionService.Explain). Such a Model can serve predictions by using a BatchPredictionJob, if it has at least one entry each in supported_input_storage_formats and supported_output_storage_formats.
- SupportedExport List<Pulumi.Formats Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Export Format Response> 
- The formats in which this Model may be exported. If empty, this Model is not available for export.
- SupportedInput List<string>Storage Formats 
- The formats this Model supports in BatchPredictionJob.input_config. If PredictSchemata.instance_schema_uri exists, the instances should be given as per that schema. The possible formats are: * jsonlThe JSON Lines format, where each instance is a single line. Uses GcsSource. *csvThe CSV format, where each instance is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsSource. *tf-recordThe TFRecord format, where each instance is a single record in tfrecord syntax. Uses GcsSource. *tf-record-gzipSimilar totf-record, but the file is gzipped. Uses GcsSource. *bigqueryEach instance is a single row in BigQuery. Uses BigQuerySource. *file-listEach line of the file is the location of an instance to process, usesgcs_sourcefield of the InputConfig object. If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- SupportedOutput List<string>Storage Formats 
- The formats this Model supports in BatchPredictionJob.output_config. If both PredictSchemata.instance_schema_uri and PredictSchemata.prediction_schema_uri exist, the predictions are returned together with their instances. In other words, the prediction has the original instance data first, followed by the actual prediction content (as per the schema). The possible formats are: * jsonlThe JSON Lines format, where each prediction is a single line. Uses GcsDestination. *csvThe CSV format, where each prediction is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsDestination. *bigqueryEach prediction is a single row in a BigQuery table, uses BigQueryDestination . If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- TrainingPipeline string
- The resource name of the TrainingPipeline that uploaded this Model, if any.
- UpdateTime string
- Timestamp when this Model was most recently updated.
- VersionAliases List<string>
- User provided version aliases so that a model version can be referenced via alias (i.e. projects/{project}/locations/{location}/models/{model_id}@{version_alias}instead of auto-generated version id (i.e.projects/{project}/locations/{location}/models/{model_id}@{version_id}). The format is a-z{0,126}[a-z0-9] to distinguish from version_id. A default version alias will be created for the first version of the model, and there must be exactly one default version alias for a model.
- VersionCreate stringTime 
- Timestamp when this version was created.
- VersionDescription string
- The description of this version.
- VersionId string
- Immutable. The version ID of the model. A new version is committed when a new model version is uploaded or trained under an existing model id. It is an auto-incrementing decimal number in string representation.
- VersionUpdate stringTime 
- Timestamp when this version was most recently updated.
- ArtifactUri string
- Immutable. The path to the directory containing the Model artifact and any of its supporting files. Not present for AutoML Models or Large Models.
- ContainerSpec GoogleCloud Aiplatform V1beta1Model Container Spec Response 
- Input only. The specification of the container that is to be used when deploying this Model. The specification is ingested upon ModelService.UploadModel, and all binaries it contains are copied and stored internally by Vertex AI. Not present for AutoML Models or Large Models.
- CreateTime string
- Timestamp when this Model was uploaded into Vertex AI.
- DeployedModels []GoogleCloud Aiplatform V1beta1Deployed Model Ref Response 
- The pointers to DeployedModels created from this Model. Note that Model could have been deployed to Endpoints in different Locations.
- Description string
- The description of the Model.
- DisplayName string
- The display name of the Model. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- EncryptionSpec GoogleCloud Aiplatform V1beta1Encryption Spec Response 
- Customer-managed encryption key spec for a Model. If set, this Model and all sub-resources of this Model will be secured by this key.
- Etag string
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- ExplanationSpec GoogleCloud Aiplatform V1beta1Explanation Spec Response 
- The default explanation specification for this Model. The Model can be used for requesting explanation after being deployed if it is populated. The Model can be used for batch explanation if it is populated. All fields of the explanation_spec can be overridden by explanation_spec of DeployModelRequest.deployed_model, or explanation_spec of BatchPredictionJob. If the default explanation specification is not set for this Model, this Model can still be used for requesting explanation by setting explanation_spec of DeployModelRequest.deployed_model and for batch explanation by setting explanation_spec of BatchPredictionJob.
- Labels map[string]string
- The labels with user-defined metadata to organize your Models. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- Metadata interface{}
- Immutable. An additional information about the Model; the schema of the metadata can be found in metadata_schema. Unset if the Model does not have any additional information.
- MetadataArtifact string
- The resource name of the Artifact that was created in MetadataStore when creating the Model. The Artifact resource name pattern is projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}.
- MetadataSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing additional information about the Model, that is specific to it. Unset if the Model does not have any additional information. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no additional metadata is needed, this field is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- ModelSource GoogleInfo Cloud Aiplatform V1beta1Model Source Info Response 
- Source of a model. It can either be automl training pipeline, custom training pipeline, BigQuery ML, or existing Vertex AI Model.
- Name string
- The resource name of the Model.
- OriginalModel GoogleInfo Cloud Aiplatform V1beta1Model Original Model Info Response 
- If this Model is a copy of another Model, this contains info about the original.
- PredictSchemata GoogleCloud Aiplatform V1beta1Predict Schemata Response 
- The schemata that describe formats of the Model's predictions and explanations as given and returned via PredictionService.Predict and PredictionService.Explain.
- SupportedDeployment []stringResources Types 
- When this Model is deployed, its prediction resources are described by the prediction_resourcesfield of the Endpoint.deployed_models object. Because not all Models support all resource configuration types, the configuration types this Model supports are listed here. If no configuration types are listed, the Model cannot be deployed to an Endpoint and does not support online predictions (PredictionService.Predict or PredictionService.Explain). Such a Model can serve predictions by using a BatchPredictionJob, if it has at least one entry each in supported_input_storage_formats and supported_output_storage_formats.
- SupportedExport []GoogleFormats Cloud Aiplatform V1beta1Model Export Format Response 
- The formats in which this Model may be exported. If empty, this Model is not available for export.
- SupportedInput []stringStorage Formats 
- The formats this Model supports in BatchPredictionJob.input_config. If PredictSchemata.instance_schema_uri exists, the instances should be given as per that schema. The possible formats are: * jsonlThe JSON Lines format, where each instance is a single line. Uses GcsSource. *csvThe CSV format, where each instance is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsSource. *tf-recordThe TFRecord format, where each instance is a single record in tfrecord syntax. Uses GcsSource. *tf-record-gzipSimilar totf-record, but the file is gzipped. Uses GcsSource. *bigqueryEach instance is a single row in BigQuery. Uses BigQuerySource. *file-listEach line of the file is the location of an instance to process, usesgcs_sourcefield of the InputConfig object. If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- SupportedOutput []stringStorage Formats 
- The formats this Model supports in BatchPredictionJob.output_config. If both PredictSchemata.instance_schema_uri and PredictSchemata.prediction_schema_uri exist, the predictions are returned together with their instances. In other words, the prediction has the original instance data first, followed by the actual prediction content (as per the schema). The possible formats are: * jsonlThe JSON Lines format, where each prediction is a single line. Uses GcsDestination. *csvThe CSV format, where each prediction is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsDestination. *bigqueryEach prediction is a single row in a BigQuery table, uses BigQueryDestination . If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- TrainingPipeline string
- The resource name of the TrainingPipeline that uploaded this Model, if any.
- UpdateTime string
- Timestamp when this Model was most recently updated.
- VersionAliases []string
- User provided version aliases so that a model version can be referenced via alias (i.e. projects/{project}/locations/{location}/models/{model_id}@{version_alias}instead of auto-generated version id (i.e.projects/{project}/locations/{location}/models/{model_id}@{version_id}). The format is a-z{0,126}[a-z0-9] to distinguish from version_id. A default version alias will be created for the first version of the model, and there must be exactly one default version alias for a model.
- VersionCreate stringTime 
- Timestamp when this version was created.
- VersionDescription string
- The description of this version.
- VersionId string
- Immutable. The version ID of the model. A new version is committed when a new model version is uploaded or trained under an existing model id. It is an auto-incrementing decimal number in string representation.
- VersionUpdate stringTime 
- Timestamp when this version was most recently updated.
- artifactUri String
- Immutable. The path to the directory containing the Model artifact and any of its supporting files. Not present for AutoML Models or Large Models.
- containerSpec GoogleCloud Aiplatform V1beta1Model Container Spec Response 
- Input only. The specification of the container that is to be used when deploying this Model. The specification is ingested upon ModelService.UploadModel, and all binaries it contains are copied and stored internally by Vertex AI. Not present for AutoML Models or Large Models.
- createTime String
- Timestamp when this Model was uploaded into Vertex AI.
- deployedModels List<GoogleCloud Aiplatform V1beta1Deployed Model Ref Response> 
- The pointers to DeployedModels created from this Model. Note that Model could have been deployed to Endpoints in different Locations.
- description String
- The description of the Model.
- displayName String
- The display name of the Model. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- encryptionSpec GoogleCloud Aiplatform V1beta1Encryption Spec Response 
- Customer-managed encryption key spec for a Model. If set, this Model and all sub-resources of this Model will be secured by this key.
- etag String
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- explanationSpec GoogleCloud Aiplatform V1beta1Explanation Spec Response 
- The default explanation specification for this Model. The Model can be used for requesting explanation after being deployed if it is populated. The Model can be used for batch explanation if it is populated. All fields of the explanation_spec can be overridden by explanation_spec of DeployModelRequest.deployed_model, or explanation_spec of BatchPredictionJob. If the default explanation specification is not set for this Model, this Model can still be used for requesting explanation by setting explanation_spec of DeployModelRequest.deployed_model and for batch explanation by setting explanation_spec of BatchPredictionJob.
- labels Map<String,String>
- The labels with user-defined metadata to organize your Models. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- metadata Object
- Immutable. An additional information about the Model; the schema of the metadata can be found in metadata_schema. Unset if the Model does not have any additional information.
- metadataArtifact String
- The resource name of the Artifact that was created in MetadataStore when creating the Model. The Artifact resource name pattern is projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}.
- metadataSchema StringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing additional information about the Model, that is specific to it. Unset if the Model does not have any additional information. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no additional metadata is needed, this field is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- modelSource GoogleInfo Cloud Aiplatform V1beta1Model Source Info Response 
- Source of a model. It can either be automl training pipeline, custom training pipeline, BigQuery ML, or existing Vertex AI Model.
- name String
- The resource name of the Model.
- originalModel GoogleInfo Cloud Aiplatform V1beta1Model Original Model Info Response 
- If this Model is a copy of another Model, this contains info about the original.
- predictSchemata GoogleCloud Aiplatform V1beta1Predict Schemata Response 
- The schemata that describe formats of the Model's predictions and explanations as given and returned via PredictionService.Predict and PredictionService.Explain.
- supportedDeployment List<String>Resources Types 
- When this Model is deployed, its prediction resources are described by the prediction_resourcesfield of the Endpoint.deployed_models object. Because not all Models support all resource configuration types, the configuration types this Model supports are listed here. If no configuration types are listed, the Model cannot be deployed to an Endpoint and does not support online predictions (PredictionService.Predict or PredictionService.Explain). Such a Model can serve predictions by using a BatchPredictionJob, if it has at least one entry each in supported_input_storage_formats and supported_output_storage_formats.
- supportedExport List<GoogleFormats Cloud Aiplatform V1beta1Model Export Format Response> 
- The formats in which this Model may be exported. If empty, this Model is not available for export.
- supportedInput List<String>Storage Formats 
- The formats this Model supports in BatchPredictionJob.input_config. If PredictSchemata.instance_schema_uri exists, the instances should be given as per that schema. The possible formats are: * jsonlThe JSON Lines format, where each instance is a single line. Uses GcsSource. *csvThe CSV format, where each instance is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsSource. *tf-recordThe TFRecord format, where each instance is a single record in tfrecord syntax. Uses GcsSource. *tf-record-gzipSimilar totf-record, but the file is gzipped. Uses GcsSource. *bigqueryEach instance is a single row in BigQuery. Uses BigQuerySource. *file-listEach line of the file is the location of an instance to process, usesgcs_sourcefield of the InputConfig object. If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- supportedOutput List<String>Storage Formats 
- The formats this Model supports in BatchPredictionJob.output_config. If both PredictSchemata.instance_schema_uri and PredictSchemata.prediction_schema_uri exist, the predictions are returned together with their instances. In other words, the prediction has the original instance data first, followed by the actual prediction content (as per the schema). The possible formats are: * jsonlThe JSON Lines format, where each prediction is a single line. Uses GcsDestination. *csvThe CSV format, where each prediction is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsDestination. *bigqueryEach prediction is a single row in a BigQuery table, uses BigQueryDestination . If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- trainingPipeline String
- The resource name of the TrainingPipeline that uploaded this Model, if any.
- updateTime String
- Timestamp when this Model was most recently updated.
- versionAliases List<String>
- User provided version aliases so that a model version can be referenced via alias (i.e. projects/{project}/locations/{location}/models/{model_id}@{version_alias}instead of auto-generated version id (i.e.projects/{project}/locations/{location}/models/{model_id}@{version_id}). The format is a-z{0,126}[a-z0-9] to distinguish from version_id. A default version alias will be created for the first version of the model, and there must be exactly one default version alias for a model.
- versionCreate StringTime 
- Timestamp when this version was created.
- versionDescription String
- The description of this version.
- versionId String
- Immutable. The version ID of the model. A new version is committed when a new model version is uploaded or trained under an existing model id. It is an auto-incrementing decimal number in string representation.
- versionUpdate StringTime 
- Timestamp when this version was most recently updated.
- artifactUri string
- Immutable. The path to the directory containing the Model artifact and any of its supporting files. Not present for AutoML Models or Large Models.
- containerSpec GoogleCloud Aiplatform V1beta1Model Container Spec Response 
- Input only. The specification of the container that is to be used when deploying this Model. The specification is ingested upon ModelService.UploadModel, and all binaries it contains are copied and stored internally by Vertex AI. Not present for AutoML Models or Large Models.
- createTime string
- Timestamp when this Model was uploaded into Vertex AI.
- deployedModels GoogleCloud Aiplatform V1beta1Deployed Model Ref Response[] 
- The pointers to DeployedModels created from this Model. Note that Model could have been deployed to Endpoints in different Locations.
- description string
- The description of the Model.
- displayName string
- The display name of the Model. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- encryptionSpec GoogleCloud Aiplatform V1beta1Encryption Spec Response 
- Customer-managed encryption key spec for a Model. If set, this Model and all sub-resources of this Model will be secured by this key.
- etag string
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- explanationSpec GoogleCloud Aiplatform V1beta1Explanation Spec Response 
- The default explanation specification for this Model. The Model can be used for requesting explanation after being deployed if it is populated. The Model can be used for batch explanation if it is populated. All fields of the explanation_spec can be overridden by explanation_spec of DeployModelRequest.deployed_model, or explanation_spec of BatchPredictionJob. If the default explanation specification is not set for this Model, this Model can still be used for requesting explanation by setting explanation_spec of DeployModelRequest.deployed_model and for batch explanation by setting explanation_spec of BatchPredictionJob.
- labels {[key: string]: string}
- The labels with user-defined metadata to organize your Models. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- metadata any
- Immutable. An additional information about the Model; the schema of the metadata can be found in metadata_schema. Unset if the Model does not have any additional information.
- metadataArtifact string
- The resource name of the Artifact that was created in MetadataStore when creating the Model. The Artifact resource name pattern is projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}.
- metadataSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing additional information about the Model, that is specific to it. Unset if the Model does not have any additional information. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no additional metadata is needed, this field is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- modelSource GoogleInfo Cloud Aiplatform V1beta1Model Source Info Response 
- Source of a model. It can either be automl training pipeline, custom training pipeline, BigQuery ML, or existing Vertex AI Model.
- name string
- The resource name of the Model.
- originalModel GoogleInfo Cloud Aiplatform V1beta1Model Original Model Info Response 
- If this Model is a copy of another Model, this contains info about the original.
- predictSchemata GoogleCloud Aiplatform V1beta1Predict Schemata Response 
- The schemata that describe formats of the Model's predictions and explanations as given and returned via PredictionService.Predict and PredictionService.Explain.
- supportedDeployment string[]Resources Types 
- When this Model is deployed, its prediction resources are described by the prediction_resourcesfield of the Endpoint.deployed_models object. Because not all Models support all resource configuration types, the configuration types this Model supports are listed here. If no configuration types are listed, the Model cannot be deployed to an Endpoint and does not support online predictions (PredictionService.Predict or PredictionService.Explain). Such a Model can serve predictions by using a BatchPredictionJob, if it has at least one entry each in supported_input_storage_formats and supported_output_storage_formats.
- supportedExport GoogleFormats Cloud Aiplatform V1beta1Model Export Format Response[] 
- The formats in which this Model may be exported. If empty, this Model is not available for export.
- supportedInput string[]Storage Formats 
- The formats this Model supports in BatchPredictionJob.input_config. If PredictSchemata.instance_schema_uri exists, the instances should be given as per that schema. The possible formats are: * jsonlThe JSON Lines format, where each instance is a single line. Uses GcsSource. *csvThe CSV format, where each instance is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsSource. *tf-recordThe TFRecord format, where each instance is a single record in tfrecord syntax. Uses GcsSource. *tf-record-gzipSimilar totf-record, but the file is gzipped. Uses GcsSource. *bigqueryEach instance is a single row in BigQuery. Uses BigQuerySource. *file-listEach line of the file is the location of an instance to process, usesgcs_sourcefield of the InputConfig object. If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- supportedOutput string[]Storage Formats 
- The formats this Model supports in BatchPredictionJob.output_config. If both PredictSchemata.instance_schema_uri and PredictSchemata.prediction_schema_uri exist, the predictions are returned together with their instances. In other words, the prediction has the original instance data first, followed by the actual prediction content (as per the schema). The possible formats are: * jsonlThe JSON Lines format, where each prediction is a single line. Uses GcsDestination. *csvThe CSV format, where each prediction is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsDestination. *bigqueryEach prediction is a single row in a BigQuery table, uses BigQueryDestination . If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- trainingPipeline string
- The resource name of the TrainingPipeline that uploaded this Model, if any.
- updateTime string
- Timestamp when this Model was most recently updated.
- versionAliases string[]
- User provided version aliases so that a model version can be referenced via alias (i.e. projects/{project}/locations/{location}/models/{model_id}@{version_alias}instead of auto-generated version id (i.e.projects/{project}/locations/{location}/models/{model_id}@{version_id}). The format is a-z{0,126}[a-z0-9] to distinguish from version_id. A default version alias will be created for the first version of the model, and there must be exactly one default version alias for a model.
- versionCreate stringTime 
- Timestamp when this version was created.
- versionDescription string
- The description of this version.
- versionId string
- Immutable. The version ID of the model. A new version is committed when a new model version is uploaded or trained under an existing model id. It is an auto-incrementing decimal number in string representation.
- versionUpdate stringTime 
- Timestamp when this version was most recently updated.
- artifact_uri str
- Immutable. The path to the directory containing the Model artifact and any of its supporting files. Not present for AutoML Models or Large Models.
- container_spec GoogleCloud Aiplatform V1beta1Model Container Spec Response 
- Input only. The specification of the container that is to be used when deploying this Model. The specification is ingested upon ModelService.UploadModel, and all binaries it contains are copied and stored internally by Vertex AI. Not present for AutoML Models or Large Models.
- create_time str
- Timestamp when this Model was uploaded into Vertex AI.
- deployed_models Sequence[GoogleCloud Aiplatform V1beta1Deployed Model Ref Response] 
- The pointers to DeployedModels created from this Model. Note that Model could have been deployed to Endpoints in different Locations.
- description str
- The description of the Model.
- display_name str
- The display name of the Model. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- encryption_spec GoogleCloud Aiplatform V1beta1Encryption Spec Response 
- Customer-managed encryption key spec for a Model. If set, this Model and all sub-resources of this Model will be secured by this key.
- etag str
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- explanation_spec GoogleCloud Aiplatform V1beta1Explanation Spec Response 
- The default explanation specification for this Model. The Model can be used for requesting explanation after being deployed if it is populated. The Model can be used for batch explanation if it is populated. All fields of the explanation_spec can be overridden by explanation_spec of DeployModelRequest.deployed_model, or explanation_spec of BatchPredictionJob. If the default explanation specification is not set for this Model, this Model can still be used for requesting explanation by setting explanation_spec of DeployModelRequest.deployed_model and for batch explanation by setting explanation_spec of BatchPredictionJob.
- labels Mapping[str, str]
- The labels with user-defined metadata to organize your Models. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- metadata Any
- Immutable. An additional information about the Model; the schema of the metadata can be found in metadata_schema. Unset if the Model does not have any additional information.
- metadata_artifact str
- The resource name of the Artifact that was created in MetadataStore when creating the Model. The Artifact resource name pattern is projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}.
- metadata_schema_ struri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing additional information about the Model, that is specific to it. Unset if the Model does not have any additional information. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no additional metadata is needed, this field is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- model_source_ Googleinfo Cloud Aiplatform V1beta1Model Source Info Response 
- Source of a model. It can either be automl training pipeline, custom training pipeline, BigQuery ML, or existing Vertex AI Model.
- name str
- The resource name of the Model.
- original_model_ Googleinfo Cloud Aiplatform V1beta1Model Original Model Info Response 
- If this Model is a copy of another Model, this contains info about the original.
- predict_schemata GoogleCloud Aiplatform V1beta1Predict Schemata Response 
- The schemata that describe formats of the Model's predictions and explanations as given and returned via PredictionService.Predict and PredictionService.Explain.
- supported_deployment_ Sequence[str]resources_ types 
- When this Model is deployed, its prediction resources are described by the prediction_resourcesfield of the Endpoint.deployed_models object. Because not all Models support all resource configuration types, the configuration types this Model supports are listed here. If no configuration types are listed, the Model cannot be deployed to an Endpoint and does not support online predictions (PredictionService.Predict or PredictionService.Explain). Such a Model can serve predictions by using a BatchPredictionJob, if it has at least one entry each in supported_input_storage_formats and supported_output_storage_formats.
- supported_export_ Sequence[Googleformats Cloud Aiplatform V1beta1Model Export Format Response] 
- The formats in which this Model may be exported. If empty, this Model is not available for export.
- supported_input_ Sequence[str]storage_ formats 
- The formats this Model supports in BatchPredictionJob.input_config. If PredictSchemata.instance_schema_uri exists, the instances should be given as per that schema. The possible formats are: * jsonlThe JSON Lines format, where each instance is a single line. Uses GcsSource. *csvThe CSV format, where each instance is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsSource. *tf-recordThe TFRecord format, where each instance is a single record in tfrecord syntax. Uses GcsSource. *tf-record-gzipSimilar totf-record, but the file is gzipped. Uses GcsSource. *bigqueryEach instance is a single row in BigQuery. Uses BigQuerySource. *file-listEach line of the file is the location of an instance to process, usesgcs_sourcefield of the InputConfig object. If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- supported_output_ Sequence[str]storage_ formats 
- The formats this Model supports in BatchPredictionJob.output_config. If both PredictSchemata.instance_schema_uri and PredictSchemata.prediction_schema_uri exist, the predictions are returned together with their instances. In other words, the prediction has the original instance data first, followed by the actual prediction content (as per the schema). The possible formats are: * jsonlThe JSON Lines format, where each prediction is a single line. Uses GcsDestination. *csvThe CSV format, where each prediction is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsDestination. *bigqueryEach prediction is a single row in a BigQuery table, uses BigQueryDestination . If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- training_pipeline str
- The resource name of the TrainingPipeline that uploaded this Model, if any.
- update_time str
- Timestamp when this Model was most recently updated.
- version_aliases Sequence[str]
- User provided version aliases so that a model version can be referenced via alias (i.e. projects/{project}/locations/{location}/models/{model_id}@{version_alias}instead of auto-generated version id (i.e.projects/{project}/locations/{location}/models/{model_id}@{version_id}). The format is a-z{0,126}[a-z0-9] to distinguish from version_id. A default version alias will be created for the first version of the model, and there must be exactly one default version alias for a model.
- version_create_ strtime 
- Timestamp when this version was created.
- version_description str
- The description of this version.
- version_id str
- Immutable. The version ID of the model. A new version is committed when a new model version is uploaded or trained under an existing model id. It is an auto-incrementing decimal number in string representation.
- version_update_ strtime 
- Timestamp when this version was most recently updated.
- artifactUri String
- Immutable. The path to the directory containing the Model artifact and any of its supporting files. Not present for AutoML Models or Large Models.
- containerSpec Property Map
- Input only. The specification of the container that is to be used when deploying this Model. The specification is ingested upon ModelService.UploadModel, and all binaries it contains are copied and stored internally by Vertex AI. Not present for AutoML Models or Large Models.
- createTime String
- Timestamp when this Model was uploaded into Vertex AI.
- deployedModels List<Property Map>
- The pointers to DeployedModels created from this Model. Note that Model could have been deployed to Endpoints in different Locations.
- description String
- The description of the Model.
- displayName String
- The display name of the Model. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- encryptionSpec Property Map
- Customer-managed encryption key spec for a Model. If set, this Model and all sub-resources of this Model will be secured by this key.
- etag String
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- explanationSpec Property Map
- The default explanation specification for this Model. The Model can be used for requesting explanation after being deployed if it is populated. The Model can be used for batch explanation if it is populated. All fields of the explanation_spec can be overridden by explanation_spec of DeployModelRequest.deployed_model, or explanation_spec of BatchPredictionJob. If the default explanation specification is not set for this Model, this Model can still be used for requesting explanation by setting explanation_spec of DeployModelRequest.deployed_model and for batch explanation by setting explanation_spec of BatchPredictionJob.
- labels Map<String>
- The labels with user-defined metadata to organize your Models. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
- metadata Any
- Immutable. An additional information about the Model; the schema of the metadata can be found in metadata_schema. Unset if the Model does not have any additional information.
- metadataArtifact String
- The resource name of the Artifact that was created in MetadataStore when creating the Model. The Artifact resource name pattern is projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}.
- metadataSchema StringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing additional information about the Model, that is specific to it. Unset if the Model does not have any additional information. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no additional metadata is needed, this field is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- modelSource Property MapInfo 
- Source of a model. It can either be automl training pipeline, custom training pipeline, BigQuery ML, or existing Vertex AI Model.
- name String
- The resource name of the Model.
- originalModel Property MapInfo 
- If this Model is a copy of another Model, this contains info about the original.
- predictSchemata Property Map
- The schemata that describe formats of the Model's predictions and explanations as given and returned via PredictionService.Predict and PredictionService.Explain.
- supportedDeployment List<String>Resources Types 
- When this Model is deployed, its prediction resources are described by the prediction_resourcesfield of the Endpoint.deployed_models object. Because not all Models support all resource configuration types, the configuration types this Model supports are listed here. If no configuration types are listed, the Model cannot be deployed to an Endpoint and does not support online predictions (PredictionService.Predict or PredictionService.Explain). Such a Model can serve predictions by using a BatchPredictionJob, if it has at least one entry each in supported_input_storage_formats and supported_output_storage_formats.
- supportedExport List<Property Map>Formats 
- The formats in which this Model may be exported. If empty, this Model is not available for export.
- supportedInput List<String>Storage Formats 
- The formats this Model supports in BatchPredictionJob.input_config. If PredictSchemata.instance_schema_uri exists, the instances should be given as per that schema. The possible formats are: * jsonlThe JSON Lines format, where each instance is a single line. Uses GcsSource. *csvThe CSV format, where each instance is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsSource. *tf-recordThe TFRecord format, where each instance is a single record in tfrecord syntax. Uses GcsSource. *tf-record-gzipSimilar totf-record, but the file is gzipped. Uses GcsSource. *bigqueryEach instance is a single row in BigQuery. Uses BigQuerySource. *file-listEach line of the file is the location of an instance to process, usesgcs_sourcefield of the InputConfig object. If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- supportedOutput List<String>Storage Formats 
- The formats this Model supports in BatchPredictionJob.output_config. If both PredictSchemata.instance_schema_uri and PredictSchemata.prediction_schema_uri exist, the predictions are returned together with their instances. In other words, the prediction has the original instance data first, followed by the actual prediction content (as per the schema). The possible formats are: * jsonlThe JSON Lines format, where each prediction is a single line. Uses GcsDestination. *csvThe CSV format, where each prediction is a single comma-separated line. The first line in the file is the header, containing comma-separated field names. Uses GcsDestination. *bigqueryEach prediction is a single row in a BigQuery table, uses BigQueryDestination . If this Model doesn't support any of these formats it means it cannot be used with a BatchPredictionJob. However, if it has supported_deployment_resources_types, it could serve online predictions by using PredictionService.Predict or PredictionService.Explain.
- trainingPipeline String
- The resource name of the TrainingPipeline that uploaded this Model, if any.
- updateTime String
- Timestamp when this Model was most recently updated.
- versionAliases List<String>
- User provided version aliases so that a model version can be referenced via alias (i.e. projects/{project}/locations/{location}/models/{model_id}@{version_alias}instead of auto-generated version id (i.e.projects/{project}/locations/{location}/models/{model_id}@{version_id}). The format is a-z{0,126}[a-z0-9] to distinguish from version_id. A default version alias will be created for the first version of the model, and there must be exactly one default version alias for a model.
- versionCreate StringTime 
- Timestamp when this version was created.
- versionDescription String
- The description of this version.
- versionId String
- Immutable. The version ID of the model. A new version is committed when a new model version is uploaded or trained under an existing model id. It is an auto-incrementing decimal number in string representation.
- versionUpdate StringTime 
- Timestamp when this version was most recently updated.
GoogleCloudAiplatformV1beta1ModelSourceInfoResponse      
- Copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- SourceType string
- Type of the model source.
- Copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- SourceType string
- Type of the model source.
- copy Boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType String
- Type of the model source.
- copy boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType string
- Type of the model source.
- copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- source_type str
- Type of the model source.
- copy Boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType String
- Type of the model source.
GoogleCloudAiplatformV1beta1PortResponse    
- ContainerPort int
- The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive.
- ContainerPort int
- The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive.
- containerPort Integer
- The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive.
- containerPort number
- The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive.
- container_port int
- The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive.
- containerPort Number
- The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive.
GoogleCloudAiplatformV1beta1PredefinedSplitResponse     
- Key string
- The key is a name of one of the Dataset's data columns. The value of the key (either the label's value or value in the column) must be one of {training,validation,test}, and it defines to which set the given piece of data is assigned. If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
- Key string
- The key is a name of one of the Dataset's data columns. The value of the key (either the label's value or value in the column) must be one of {training,validation,test}, and it defines to which set the given piece of data is assigned. If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
- key String
- The key is a name of one of the Dataset's data columns. The value of the key (either the label's value or value in the column) must be one of {training,validation,test}, and it defines to which set the given piece of data is assigned. If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
- key string
- The key is a name of one of the Dataset's data columns. The value of the key (either the label's value or value in the column) must be one of {training,validation,test}, and it defines to which set the given piece of data is assigned. If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
- key str
- The key is a name of one of the Dataset's data columns. The value of the key (either the label's value or value in the column) must be one of {training,validation,test}, and it defines to which set the given piece of data is assigned. If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
- key String
- The key is a name of one of the Dataset's data columns. The value of the key (either the label's value or value in the column) must be one of {training,validation,test}, and it defines to which set the given piece of data is assigned. If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
GoogleCloudAiplatformV1beta1PredictSchemataResponse     
- InstanceSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single instance, which are used in PredictRequest.instances, ExplainRequest.instances and BatchPredictionJob.input_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- ParametersSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the parameters of prediction and explanation via PredictRequest.parameters, ExplainRequest.parameters and BatchPredictionJob.model_parameters. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no parameters are supported, then it is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- PredictionSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single prediction produced by this Model, which are returned via PredictResponse.predictions, ExplainResponse.explanations, and BatchPredictionJob.output_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- InstanceSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single instance, which are used in PredictRequest.instances, ExplainRequest.instances and BatchPredictionJob.input_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- ParametersSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the parameters of prediction and explanation via PredictRequest.parameters, ExplainRequest.parameters and BatchPredictionJob.model_parameters. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no parameters are supported, then it is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- PredictionSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single prediction produced by this Model, which are returned via PredictResponse.predictions, ExplainResponse.explanations, and BatchPredictionJob.output_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- instanceSchema StringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single instance, which are used in PredictRequest.instances, ExplainRequest.instances and BatchPredictionJob.input_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- parametersSchema StringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the parameters of prediction and explanation via PredictRequest.parameters, ExplainRequest.parameters and BatchPredictionJob.model_parameters. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no parameters are supported, then it is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- predictionSchema StringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single prediction produced by this Model, which are returned via PredictResponse.predictions, ExplainResponse.explanations, and BatchPredictionJob.output_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- instanceSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single instance, which are used in PredictRequest.instances, ExplainRequest.instances and BatchPredictionJob.input_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- parametersSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the parameters of prediction and explanation via PredictRequest.parameters, ExplainRequest.parameters and BatchPredictionJob.model_parameters. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no parameters are supported, then it is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- predictionSchema stringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single prediction produced by this Model, which are returned via PredictResponse.predictions, ExplainResponse.explanations, and BatchPredictionJob.output_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- instance_schema_ struri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single instance, which are used in PredictRequest.instances, ExplainRequest.instances and BatchPredictionJob.input_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- parameters_schema_ struri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the parameters of prediction and explanation via PredictRequest.parameters, ExplainRequest.parameters and BatchPredictionJob.model_parameters. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no parameters are supported, then it is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- prediction_schema_ struri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single prediction produced by this Model, which are returned via PredictResponse.predictions, ExplainResponse.explanations, and BatchPredictionJob.output_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- instanceSchema StringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single instance, which are used in PredictRequest.instances, ExplainRequest.instances and BatchPredictionJob.input_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- parametersSchema StringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the parameters of prediction and explanation via PredictRequest.parameters, ExplainRequest.parameters and BatchPredictionJob.model_parameters. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no parameters are supported, then it is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
- predictionSchema StringUri 
- Immutable. Points to a YAML file stored on Google Cloud Storage describing the format of a single prediction produced by this Model, which are returned via PredictResponse.predictions, ExplainResponse.explanations, and BatchPredictionJob.output_config. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.
GoogleCloudAiplatformV1beta1PresetsResponse    
- Modality string
- The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries. If your model does not precisely fit one of these types, it is okay to choose the closest type.
- Query string
- Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted, defaults to PRECISE.
- Modality string
- The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries. If your model does not precisely fit one of these types, it is okay to choose the closest type.
- Query string
- Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted, defaults to PRECISE.
- modality String
- The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries. If your model does not precisely fit one of these types, it is okay to choose the closest type.
- query String
- Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted, defaults to PRECISE.
- modality string
- The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries. If your model does not precisely fit one of these types, it is okay to choose the closest type.
- query string
- Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted, defaults to PRECISE.
- modality str
- The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries. If your model does not precisely fit one of these types, it is okay to choose the closest type.
- query str
- Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted, defaults to PRECISE.
- modality String
- The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries. If your model does not precisely fit one of these types, it is okay to choose the closest type.
- query String
- Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted, defaults to PRECISE.
GoogleCloudAiplatformV1beta1ProbeExecActionResponse      
- Command List<string>
- Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
- Command []string
- Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
- command List<String>
- Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
- command string[]
- Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
- command Sequence[str]
- Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
- command List<String>
- Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
GoogleCloudAiplatformV1beta1ProbeResponse    
- Exec
Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Probe Exec Action Response 
- Exec specifies the action to take.
- PeriodSeconds int
- How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe argument 'periodSeconds'.
- TimeoutSeconds int
- Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Must be greater or equal to period_seconds. Maps to Kubernetes probe argument 'timeoutSeconds'.
- Exec
GoogleCloud Aiplatform V1beta1Probe Exec Action Response 
- Exec specifies the action to take.
- PeriodSeconds int
- How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe argument 'periodSeconds'.
- TimeoutSeconds int
- Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Must be greater or equal to period_seconds. Maps to Kubernetes probe argument 'timeoutSeconds'.
- exec
GoogleCloud Aiplatform V1beta1Probe Exec Action Response 
- Exec specifies the action to take.
- periodSeconds Integer
- How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe argument 'periodSeconds'.
- timeoutSeconds Integer
- Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Must be greater or equal to period_seconds. Maps to Kubernetes probe argument 'timeoutSeconds'.
- exec
GoogleCloud Aiplatform V1beta1Probe Exec Action Response 
- Exec specifies the action to take.
- periodSeconds number
- How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe argument 'periodSeconds'.
- timeoutSeconds number
- Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Must be greater or equal to period_seconds. Maps to Kubernetes probe argument 'timeoutSeconds'.
- exec_
GoogleCloud Aiplatform V1beta1Probe Exec Action Response 
- Exec specifies the action to take.
- period_seconds int
- How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe argument 'periodSeconds'.
- timeout_seconds int
- Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Must be greater or equal to period_seconds. Maps to Kubernetes probe argument 'timeoutSeconds'.
- exec Property Map
- Exec specifies the action to take.
- periodSeconds Number
- How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe argument 'periodSeconds'.
- timeoutSeconds Number
- Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Must be greater or equal to period_seconds. Maps to Kubernetes probe argument 'timeoutSeconds'.
GoogleCloudAiplatformV1beta1SampledShapleyAttributionResponse      
- PathCount int
- The number of feature permutations to consider when approximating the Shapley values. Valid range of its value is [1, 50], inclusively.
- PathCount int
- The number of feature permutations to consider when approximating the Shapley values. Valid range of its value is [1, 50], inclusively.
- pathCount Integer
- The number of feature permutations to consider when approximating the Shapley values. Valid range of its value is [1, 50], inclusively.
- pathCount number
- The number of feature permutations to consider when approximating the Shapley values. Valid range of its value is [1, 50], inclusively.
- path_count int
- The number of feature permutations to consider when approximating the Shapley values. Valid range of its value is [1, 50], inclusively.
- pathCount Number
- The number of feature permutations to consider when approximating the Shapley values. Valid range of its value is [1, 50], inclusively.
GoogleCloudAiplatformV1beta1SmoothGradConfigResponse      
- FeatureNoise Pulumi.Sigma Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Feature Noise Sigma Response 
- This is similar to noise_sigma, but provides additional flexibility. A separate noise sigma can be provided for each feature, which is useful if their distributions are different. No noise is added to features that are not set. If this field is unset, noise_sigma will be used for all features.
- NoiseSigma double
- This is a single float value and will be used to add noise to all the features. Use this field when all features are normalized to have the same distribution: scale to range [0, 1], [-1, 1] or z-scoring, where features are normalized to have 0-mean and 1-variance. Learn more about normalization. For best results the recommended value is about 10% - 20% of the standard deviation of the input feature. Refer to section 3.2 of the SmoothGrad paper: https://arxiv.org/pdf/1706.03825.pdf. Defaults to 0.1. If the distribution is different per feature, set feature_noise_sigma instead for each feature.
- NoisySample intCount 
- The number of gradient samples to use for approximation. The higher this number, the more accurate the gradient is, but the runtime complexity increases by this factor as well. Valid range of its value is [1, 50]. Defaults to 3.
- FeatureNoise GoogleSigma Cloud Aiplatform V1beta1Feature Noise Sigma Response 
- This is similar to noise_sigma, but provides additional flexibility. A separate noise sigma can be provided for each feature, which is useful if their distributions are different. No noise is added to features that are not set. If this field is unset, noise_sigma will be used for all features.
- NoiseSigma float64
- This is a single float value and will be used to add noise to all the features. Use this field when all features are normalized to have the same distribution: scale to range [0, 1], [-1, 1] or z-scoring, where features are normalized to have 0-mean and 1-variance. Learn more about normalization. For best results the recommended value is about 10% - 20% of the standard deviation of the input feature. Refer to section 3.2 of the SmoothGrad paper: https://arxiv.org/pdf/1706.03825.pdf. Defaults to 0.1. If the distribution is different per feature, set feature_noise_sigma instead for each feature.
- NoisySample intCount 
- The number of gradient samples to use for approximation. The higher this number, the more accurate the gradient is, but the runtime complexity increases by this factor as well. Valid range of its value is [1, 50]. Defaults to 3.
- featureNoise GoogleSigma Cloud Aiplatform V1beta1Feature Noise Sigma Response 
- This is similar to noise_sigma, but provides additional flexibility. A separate noise sigma can be provided for each feature, which is useful if their distributions are different. No noise is added to features that are not set. If this field is unset, noise_sigma will be used for all features.
- noiseSigma Double
- This is a single float value and will be used to add noise to all the features. Use this field when all features are normalized to have the same distribution: scale to range [0, 1], [-1, 1] or z-scoring, where features are normalized to have 0-mean and 1-variance. Learn more about normalization. For best results the recommended value is about 10% - 20% of the standard deviation of the input feature. Refer to section 3.2 of the SmoothGrad paper: https://arxiv.org/pdf/1706.03825.pdf. Defaults to 0.1. If the distribution is different per feature, set feature_noise_sigma instead for each feature.
- noisySample IntegerCount 
- The number of gradient samples to use for approximation. The higher this number, the more accurate the gradient is, but the runtime complexity increases by this factor as well. Valid range of its value is [1, 50]. Defaults to 3.
- featureNoise GoogleSigma Cloud Aiplatform V1beta1Feature Noise Sigma Response 
- This is similar to noise_sigma, but provides additional flexibility. A separate noise sigma can be provided for each feature, which is useful if their distributions are different. No noise is added to features that are not set. If this field is unset, noise_sigma will be used for all features.
- noiseSigma number
- This is a single float value and will be used to add noise to all the features. Use this field when all features are normalized to have the same distribution: scale to range [0, 1], [-1, 1] or z-scoring, where features are normalized to have 0-mean and 1-variance. Learn more about normalization. For best results the recommended value is about 10% - 20% of the standard deviation of the input feature. Refer to section 3.2 of the SmoothGrad paper: https://arxiv.org/pdf/1706.03825.pdf. Defaults to 0.1. If the distribution is different per feature, set feature_noise_sigma instead for each feature.
- noisySample numberCount 
- The number of gradient samples to use for approximation. The higher this number, the more accurate the gradient is, but the runtime complexity increases by this factor as well. Valid range of its value is [1, 50]. Defaults to 3.
- feature_noise_ Googlesigma Cloud Aiplatform V1beta1Feature Noise Sigma Response 
- This is similar to noise_sigma, but provides additional flexibility. A separate noise sigma can be provided for each feature, which is useful if their distributions are different. No noise is added to features that are not set. If this field is unset, noise_sigma will be used for all features.
- noise_sigma float
- This is a single float value and will be used to add noise to all the features. Use this field when all features are normalized to have the same distribution: scale to range [0, 1], [-1, 1] or z-scoring, where features are normalized to have 0-mean and 1-variance. Learn more about normalization. For best results the recommended value is about 10% - 20% of the standard deviation of the input feature. Refer to section 3.2 of the SmoothGrad paper: https://arxiv.org/pdf/1706.03825.pdf. Defaults to 0.1. If the distribution is different per feature, set feature_noise_sigma instead for each feature.
- noisy_sample_ intcount 
- The number of gradient samples to use for approximation. The higher this number, the more accurate the gradient is, but the runtime complexity increases by this factor as well. Valid range of its value is [1, 50]. Defaults to 3.
- featureNoise Property MapSigma 
- This is similar to noise_sigma, but provides additional flexibility. A separate noise sigma can be provided for each feature, which is useful if their distributions are different. No noise is added to features that are not set. If this field is unset, noise_sigma will be used for all features.
- noiseSigma Number
- This is a single float value and will be used to add noise to all the features. Use this field when all features are normalized to have the same distribution: scale to range [0, 1], [-1, 1] or z-scoring, where features are normalized to have 0-mean and 1-variance. Learn more about normalization. For best results the recommended value is about 10% - 20% of the standard deviation of the input feature. Refer to section 3.2 of the SmoothGrad paper: https://arxiv.org/pdf/1706.03825.pdf. Defaults to 0.1. If the distribution is different per feature, set feature_noise_sigma instead for each feature.
- noisySample NumberCount 
- The number of gradient samples to use for approximation. The higher this number, the more accurate the gradient is, but the runtime complexity increases by this factor as well. Valid range of its value is [1, 50]. Defaults to 3.
GoogleCloudAiplatformV1beta1StratifiedSplitResponse     
- Key string
- The key is a name of one of the Dataset's data columns. The key provided must be for a categorical column.
- TestFraction double
- The fraction of the input data that is to be used to evaluate the Model.
- TrainingFraction double
- The fraction of the input data that is to be used to train the Model.
- ValidationFraction double
- The fraction of the input data that is to be used to validate the Model.
- Key string
- The key is a name of one of the Dataset's data columns. The key provided must be for a categorical column.
- TestFraction float64
- The fraction of the input data that is to be used to evaluate the Model.
- TrainingFraction float64
- The fraction of the input data that is to be used to train the Model.
- ValidationFraction float64
- The fraction of the input data that is to be used to validate the Model.
- key String
- The key is a name of one of the Dataset's data columns. The key provided must be for a categorical column.
- testFraction Double
- The fraction of the input data that is to be used to evaluate the Model.
- trainingFraction Double
- The fraction of the input data that is to be used to train the Model.
- validationFraction Double
- The fraction of the input data that is to be used to validate the Model.
- key string
- The key is a name of one of the Dataset's data columns. The key provided must be for a categorical column.
- testFraction number
- The fraction of the input data that is to be used to evaluate the Model.
- trainingFraction number
- The fraction of the input data that is to be used to train the Model.
- validationFraction number
- The fraction of the input data that is to be used to validate the Model.
- key str
- The key is a name of one of the Dataset's data columns. The key provided must be for a categorical column.
- test_fraction float
- The fraction of the input data that is to be used to evaluate the Model.
- training_fraction float
- The fraction of the input data that is to be used to train the Model.
- validation_fraction float
- The fraction of the input data that is to be used to validate the Model.
- key String
- The key is a name of one of the Dataset's data columns. The key provided must be for a categorical column.
- testFraction Number
- The fraction of the input data that is to be used to evaluate the Model.
- trainingFraction Number
- The fraction of the input data that is to be used to train the Model.
- validationFraction Number
- The fraction of the input data that is to be used to validate the Model.
GoogleCloudAiplatformV1beta1TimestampSplitResponse     
- Key string
- The key is a name of one of the Dataset's data columns. The values of the key (the values in the column) must be in RFC 3339 date-timeformat, wheretime-offset="Z"(e.g. 1985-04-12T23:20:50.52Z). If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
- TestFraction double
- The fraction of the input data that is to be used to evaluate the Model.
- TrainingFraction double
- The fraction of the input data that is to be used to train the Model.
- ValidationFraction double
- The fraction of the input data that is to be used to validate the Model.
- Key string
- The key is a name of one of the Dataset's data columns. The values of the key (the values in the column) must be in RFC 3339 date-timeformat, wheretime-offset="Z"(e.g. 1985-04-12T23:20:50.52Z). If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
- TestFraction float64
- The fraction of the input data that is to be used to evaluate the Model.
- TrainingFraction float64
- The fraction of the input data that is to be used to train the Model.
- ValidationFraction float64
- The fraction of the input data that is to be used to validate the Model.
- key String
- The key is a name of one of the Dataset's data columns. The values of the key (the values in the column) must be in RFC 3339 date-timeformat, wheretime-offset="Z"(e.g. 1985-04-12T23:20:50.52Z). If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
- testFraction Double
- The fraction of the input data that is to be used to evaluate the Model.
- trainingFraction Double
- The fraction of the input data that is to be used to train the Model.
- validationFraction Double
- The fraction of the input data that is to be used to validate the Model.
- key string
- The key is a name of one of the Dataset's data columns. The values of the key (the values in the column) must be in RFC 3339 date-timeformat, wheretime-offset="Z"(e.g. 1985-04-12T23:20:50.52Z). If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
- testFraction number
- The fraction of the input data that is to be used to evaluate the Model.
- trainingFraction number
- The fraction of the input data that is to be used to train the Model.
- validationFraction number
- The fraction of the input data that is to be used to validate the Model.
- key str
- The key is a name of one of the Dataset's data columns. The values of the key (the values in the column) must be in RFC 3339 date-timeformat, wheretime-offset="Z"(e.g. 1985-04-12T23:20:50.52Z). If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
- test_fraction float
- The fraction of the input data that is to be used to evaluate the Model.
- training_fraction float
- The fraction of the input data that is to be used to train the Model.
- validation_fraction float
- The fraction of the input data that is to be used to validate the Model.
- key String
- The key is a name of one of the Dataset's data columns. The values of the key (the values in the column) must be in RFC 3339 date-timeformat, wheretime-offset="Z"(e.g. 1985-04-12T23:20:50.52Z). If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.
- testFraction Number
- The fraction of the input data that is to be used to evaluate the Model.
- trainingFraction Number
- The fraction of the input data that is to be used to train the Model.
- validationFraction Number
- The fraction of the input data that is to be used to validate the Model.
GoogleCloudAiplatformV1beta1XraiAttributionResponse     
- BlurBaseline Pulumi.Config Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Blur Baseline Config Response 
- Config for XRAI with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- SmoothGrad Pulumi.Config Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Smooth Grad Config Response 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- StepCount int
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is met within the desired error range. Valid range of its value is [1, 100], inclusively.
- BlurBaseline GoogleConfig Cloud Aiplatform V1beta1Blur Baseline Config Response 
- Config for XRAI with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- SmoothGrad GoogleConfig Cloud Aiplatform V1beta1Smooth Grad Config Response 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- StepCount int
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is met within the desired error range. Valid range of its value is [1, 100], inclusively.
- blurBaseline GoogleConfig Cloud Aiplatform V1beta1Blur Baseline Config Response 
- Config for XRAI with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- smoothGrad GoogleConfig Cloud Aiplatform V1beta1Smooth Grad Config Response 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- stepCount Integer
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is met within the desired error range. Valid range of its value is [1, 100], inclusively.
- blurBaseline GoogleConfig Cloud Aiplatform V1beta1Blur Baseline Config Response 
- Config for XRAI with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- smoothGrad GoogleConfig Cloud Aiplatform V1beta1Smooth Grad Config Response 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- stepCount number
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is met within the desired error range. Valid range of its value is [1, 100], inclusively.
- blur_baseline_ Googleconfig Cloud Aiplatform V1beta1Blur Baseline Config Response 
- Config for XRAI with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- smooth_grad_ Googleconfig Cloud Aiplatform V1beta1Smooth Grad Config Response 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- step_count int
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is met within the desired error range. Valid range of its value is [1, 100], inclusively.
- blurBaseline Property MapConfig 
- Config for XRAI with blur baseline. When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383
- smoothGrad Property MapConfig 
- Config for SmoothGrad approximation of gradients. When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf
- stepCount Number
- The number of steps for approximating the path integral. A good value to start is 50 and gradually increase until the sum to diff property is met within the desired error range. Valid range of its value is [1, 100], inclusively.
GoogleRpcStatusResponse   
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details
List<ImmutableDictionary<string, string>> 
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details []map[string]string
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Integer
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String,String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code number
- The status code, which should be an enum value of google.rpc.Code.
- details {[key: string]: string}[]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code int
- The status code, which should be an enum value of google.rpc.Code.
- details Sequence[Mapping[str, str]]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message str
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Number
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi