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.getBatchPredictionJob
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 BatchPredictionJob
Using getBatchPredictionJob
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 getBatchPredictionJob(args: GetBatchPredictionJobArgs, opts?: InvokeOptions): Promise<GetBatchPredictionJobResult>
function getBatchPredictionJobOutput(args: GetBatchPredictionJobOutputArgs, opts?: InvokeOptions): Output<GetBatchPredictionJobResult>
def get_batch_prediction_job(batch_prediction_job_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBatchPredictionJobResult
def get_batch_prediction_job_output(batch_prediction_job_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBatchPredictionJobResult]
func LookupBatchPredictionJob(ctx *Context, args *LookupBatchPredictionJobArgs, opts ...InvokeOption) (*LookupBatchPredictionJobResult, error)
func LookupBatchPredictionJobOutput(ctx *Context, args *LookupBatchPredictionJobOutputArgs, opts ...InvokeOption) LookupBatchPredictionJobResultOutput
> Note: This function is named LookupBatchPredictionJob
in the Go SDK.
public static class GetBatchPredictionJob
{
public static Task<GetBatchPredictionJobResult> InvokeAsync(GetBatchPredictionJobArgs args, InvokeOptions? opts = null)
public static Output<GetBatchPredictionJobResult> Invoke(GetBatchPredictionJobInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBatchPredictionJobResult> getBatchPredictionJob(GetBatchPredictionJobArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:aiplatform/v1beta1:getBatchPredictionJob
arguments:
# arguments dictionary
The following arguments are supported:
- Batch
Prediction stringJob Id - Location string
- Project string
- Batch
Prediction stringJob Id - Location string
- Project string
- batch
Prediction StringJob Id - location String
- project String
- batch
Prediction stringJob Id - location string
- project string
- batch_
prediction_ strjob_ id - location str
- project str
- batch
Prediction StringJob Id - location String
- project String
getBatchPredictionJob Result
The following output properties are available:
- Completion
Stats Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Completion Stats Response - Statistics on completed and failed prediction instances.
- Create
Time string - Time when the BatchPredictionJob was created.
- Dedicated
Resources Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Batch Dedicated Resources Response - The config of resources used by the Model during the batch prediction. If the Model supports DEDICATED_RESOURCES this config may be provided (and the job will use these resources), if the Model doesn't support AUTOMATIC_RESOURCES, this config must be provided.
- Disable
Container boolLogging - For custom-trained Models and AutoML Tabular Models, the container of the DeployedModel instances will send
stderr
andstdout
streams to Cloud Logging by default. Please note that the logs incur cost, which are subject to Cloud Logging pricing. User can disable container logging by setting this flag to true. - Display
Name string - The user-defined name of this BatchPredictionJob.
- Encryption
Spec Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Encryption Spec Response - Customer-managed encryption key options for a BatchPredictionJob. If this is set, then all resources created by the BatchPredictionJob will be encrypted with the provided encryption key.
- End
Time string - Time when the BatchPredictionJob entered any of the following states:
JOB_STATE_SUCCEEDED
,JOB_STATE_FAILED
,JOB_STATE_CANCELLED
. - Error
Pulumi.
Google Native. Aiplatform. V1Beta1. Outputs. Google Rpc Status Response - Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.
- Explanation
Spec Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Explanation Spec Response - Explanation configuration for this BatchPredictionJob. Can be specified only if generate_explanation is set to
true
. This value overrides the value of Model.explanation_spec. All fields of explanation_spec are optional in the request. If a field of the explanation_spec object is not populated, the corresponding field of the Model.explanation_spec object is inherited. - Generate
Explanation bool - Generate explanation with the batch prediction results. When set to
true
, the batch prediction output changes based on thepredictions_format
field of the BatchPredictionJob.output_config object: *bigquery
: output includes a column namedexplanation
. The value is a struct that conforms to the Explanation object. *jsonl
: The JSON objects on each line include an additional entry keyedexplanation
. The value of the entry is a JSON object that conforms to the Explanation object. *csv
: Generating explanations for CSV format is not supported. If this field is set to true, either the Model.explanation_spec or explanation_spec must be populated. - Input
Config Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Batch Prediction Job Input Config Response - Input configuration of the instances on which predictions are performed. The schema of any single instance may be specified via the Model's PredictSchemata's instance_schema_uri.
- Instance
Config Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Batch Prediction Job Instance Config Response - Configuration for how to convert batch prediction input instances to the prediction instances that are sent to the Model.
- Labels Dictionary<string, string>
- The labels with user-defined metadata to organize BatchPredictionJobs. 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.
- Manual
Batch Pulumi.Tuning Parameters Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Manual Batch Tuning Parameters Response - Immutable. Parameters configuring the batch behavior. Currently only applicable when dedicated_resources are used (in other cases Vertex AI does the tuning itself).
- Model string
- The name of the Model resource that produces the predictions via this job, must share the same ancestor Location. Starting this job has no impact on any existing deployments of the Model and their resources. Exactly one of model and unmanaged_container_model must be set. The model resource name may contain version id or version alias to specify the version. Example:
projects/{project}/locations/{location}/models/{model}@2
orprojects/{project}/locations/{location}/models/{model}@golden
if no version is specified, the default version will be deployed. The model resource could also be a publisher model. Example:publishers/{publisher}/models/{model}
orprojects/{project}/locations/{location}/publishers/{publisher}/models/{model}
- Model
Monitoring Pulumi.Config Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Model Monitoring Config Response - Model monitoring config will be used for analysis model behaviors, based on the input and output to the batch prediction job, as well as the provided training dataset.
- Model
Monitoring List<Pulumi.Stats Anomalies Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Model Monitoring Stats Anomalies Response> - Get batch prediction job monitoring statistics.
- Model
Monitoring Pulumi.Status Google Native. Aiplatform. V1Beta1. Outputs. Google Rpc Status Response - The running status of the model monitoring pipeline.
- Model
Parameters object - The parameters that govern the predictions. The schema of the parameters may be specified via the Model's PredictSchemata's parameters_schema_uri.
- Model
Version stringId - The version ID of the Model that produces the predictions via this job.
- Name string
- Resource name of the BatchPredictionJob.
- Output
Config Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Batch Prediction Job Output Config Response - The Configuration specifying where output predictions should be written. The schema of any single prediction may be specified as a concatenation of Model's PredictSchemata's instance_schema_uri and prediction_schema_uri.
- Output
Info Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Batch Prediction Job Output Info Response - Information further describing the output of this job.
- Partial
Failures List<Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Rpc Status Response> - Partial failures encountered. For example, single files that can't be read. This field never exceeds 20 entries. Status details fields contain standard Google Cloud error details.
- Resources
Consumed Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Resources Consumed Response - Information about resources that had been consumed by this job. Provided in real time at best effort basis, as well as a final value once the job completes. Note: This field currently may be not populated for batch predictions that use AutoML Models.
- Service
Account string - The service account that the DeployedModel's container runs as. If not specified, a system generated one will be used, which has minimal permissions and the custom container, if used, may not have enough permission to access other Google Cloud resources. Users deploying the Model must have the
iam.serviceAccounts.actAs
permission on this service account. - Start
Time string - Time when the BatchPredictionJob for the first time entered the
JOB_STATE_RUNNING
state. - State string
- The detailed state of the job.
- Unmanaged
Container Pulumi.Model Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Unmanaged Container Model Response - Contains model information necessary to perform batch prediction without requiring uploading to model registry. Exactly one of model and unmanaged_container_model must be set.
- Update
Time string - Time when the BatchPredictionJob was most recently updated.
- Completion
Stats GoogleCloud Aiplatform V1beta1Completion Stats Response - Statistics on completed and failed prediction instances.
- Create
Time string - Time when the BatchPredictionJob was created.
- Dedicated
Resources GoogleCloud Aiplatform V1beta1Batch Dedicated Resources Response - The config of resources used by the Model during the batch prediction. If the Model supports DEDICATED_RESOURCES this config may be provided (and the job will use these resources), if the Model doesn't support AUTOMATIC_RESOURCES, this config must be provided.
- Disable
Container boolLogging - For custom-trained Models and AutoML Tabular Models, the container of the DeployedModel instances will send
stderr
andstdout
streams to Cloud Logging by default. Please note that the logs incur cost, which are subject to Cloud Logging pricing. User can disable container logging by setting this flag to true. - Display
Name string - The user-defined name of this BatchPredictionJob.
- Encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec Response - Customer-managed encryption key options for a BatchPredictionJob. If this is set, then all resources created by the BatchPredictionJob will be encrypted with the provided encryption key.
- End
Time string - Time when the BatchPredictionJob entered any of the following states:
JOB_STATE_SUCCEEDED
,JOB_STATE_FAILED
,JOB_STATE_CANCELLED
. - Error
Google
Rpc Status Response - Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.
- Explanation
Spec GoogleCloud Aiplatform V1beta1Explanation Spec Response - Explanation configuration for this BatchPredictionJob. Can be specified only if generate_explanation is set to
true
. This value overrides the value of Model.explanation_spec. All fields of explanation_spec are optional in the request. If a field of the explanation_spec object is not populated, the corresponding field of the Model.explanation_spec object is inherited. - Generate
Explanation bool - Generate explanation with the batch prediction results. When set to
true
, the batch prediction output changes based on thepredictions_format
field of the BatchPredictionJob.output_config object: *bigquery
: output includes a column namedexplanation
. The value is a struct that conforms to the Explanation object. *jsonl
: The JSON objects on each line include an additional entry keyedexplanation
. The value of the entry is a JSON object that conforms to the Explanation object. *csv
: Generating explanations for CSV format is not supported. If this field is set to true, either the Model.explanation_spec or explanation_spec must be populated. - Input
Config GoogleCloud Aiplatform V1beta1Batch Prediction Job Input Config Response - Input configuration of the instances on which predictions are performed. The schema of any single instance may be specified via the Model's PredictSchemata's instance_schema_uri.
- Instance
Config GoogleCloud Aiplatform V1beta1Batch Prediction Job Instance Config Response - Configuration for how to convert batch prediction input instances to the prediction instances that are sent to the Model.
- Labels map[string]string
- The labels with user-defined metadata to organize BatchPredictionJobs. 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.
- Manual
Batch GoogleTuning Parameters Cloud Aiplatform V1beta1Manual Batch Tuning Parameters Response - Immutable. Parameters configuring the batch behavior. Currently only applicable when dedicated_resources are used (in other cases Vertex AI does the tuning itself).
- Model string
- The name of the Model resource that produces the predictions via this job, must share the same ancestor Location. Starting this job has no impact on any existing deployments of the Model and their resources. Exactly one of model and unmanaged_container_model must be set. The model resource name may contain version id or version alias to specify the version. Example:
projects/{project}/locations/{location}/models/{model}@2
orprojects/{project}/locations/{location}/models/{model}@golden
if no version is specified, the default version will be deployed. The model resource could also be a publisher model. Example:publishers/{publisher}/models/{model}
orprojects/{project}/locations/{location}/publishers/{publisher}/models/{model}
- Model
Monitoring GoogleConfig Cloud Aiplatform V1beta1Model Monitoring Config Response - Model monitoring config will be used for analysis model behaviors, based on the input and output to the batch prediction job, as well as the provided training dataset.
- Model
Monitoring []GoogleStats Anomalies Cloud Aiplatform V1beta1Model Monitoring Stats Anomalies Response - Get batch prediction job monitoring statistics.
- Model
Monitoring GoogleStatus Rpc Status Response - The running status of the model monitoring pipeline.
- Model
Parameters interface{} - The parameters that govern the predictions. The schema of the parameters may be specified via the Model's PredictSchemata's parameters_schema_uri.
- Model
Version stringId - The version ID of the Model that produces the predictions via this job.
- Name string
- Resource name of the BatchPredictionJob.
- Output
Config GoogleCloud Aiplatform V1beta1Batch Prediction Job Output Config Response - The Configuration specifying where output predictions should be written. The schema of any single prediction may be specified as a concatenation of Model's PredictSchemata's instance_schema_uri and prediction_schema_uri.
- Output
Info GoogleCloud Aiplatform V1beta1Batch Prediction Job Output Info Response - Information further describing the output of this job.
- Partial
Failures []GoogleRpc Status Response - Partial failures encountered. For example, single files that can't be read. This field never exceeds 20 entries. Status details fields contain standard Google Cloud error details.
- Resources
Consumed GoogleCloud Aiplatform V1beta1Resources Consumed Response - Information about resources that had been consumed by this job. Provided in real time at best effort basis, as well as a final value once the job completes. Note: This field currently may be not populated for batch predictions that use AutoML Models.
- Service
Account string - The service account that the DeployedModel's container runs as. If not specified, a system generated one will be used, which has minimal permissions and the custom container, if used, may not have enough permission to access other Google Cloud resources. Users deploying the Model must have the
iam.serviceAccounts.actAs
permission on this service account. - Start
Time string - Time when the BatchPredictionJob for the first time entered the
JOB_STATE_RUNNING
state. - State string
- The detailed state of the job.
- Unmanaged
Container GoogleModel Cloud Aiplatform V1beta1Unmanaged Container Model Response - Contains model information necessary to perform batch prediction without requiring uploading to model registry. Exactly one of model and unmanaged_container_model must be set.
- Update
Time string - Time when the BatchPredictionJob was most recently updated.
- completion
Stats GoogleCloud Aiplatform V1beta1Completion Stats Response - Statistics on completed and failed prediction instances.
- create
Time String - Time when the BatchPredictionJob was created.
- dedicated
Resources GoogleCloud Aiplatform V1beta1Batch Dedicated Resources Response - The config of resources used by the Model during the batch prediction. If the Model supports DEDICATED_RESOURCES this config may be provided (and the job will use these resources), if the Model doesn't support AUTOMATIC_RESOURCES, this config must be provided.
- disable
Container BooleanLogging - For custom-trained Models and AutoML Tabular Models, the container of the DeployedModel instances will send
stderr
andstdout
streams to Cloud Logging by default. Please note that the logs incur cost, which are subject to Cloud Logging pricing. User can disable container logging by setting this flag to true. - display
Name String - The user-defined name of this BatchPredictionJob.
- encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec Response - Customer-managed encryption key options for a BatchPredictionJob. If this is set, then all resources created by the BatchPredictionJob will be encrypted with the provided encryption key.
- end
Time String - Time when the BatchPredictionJob entered any of the following states:
JOB_STATE_SUCCEEDED
,JOB_STATE_FAILED
,JOB_STATE_CANCELLED
. - error
Google
Rpc Status Response - Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.
- explanation
Spec GoogleCloud Aiplatform V1beta1Explanation Spec Response - Explanation configuration for this BatchPredictionJob. Can be specified only if generate_explanation is set to
true
. This value overrides the value of Model.explanation_spec. All fields of explanation_spec are optional in the request. If a field of the explanation_spec object is not populated, the corresponding field of the Model.explanation_spec object is inherited. - generate
Explanation Boolean - Generate explanation with the batch prediction results. When set to
true
, the batch prediction output changes based on thepredictions_format
field of the BatchPredictionJob.output_config object: *bigquery
: output includes a column namedexplanation
. The value is a struct that conforms to the Explanation object. *jsonl
: The JSON objects on each line include an additional entry keyedexplanation
. The value of the entry is a JSON object that conforms to the Explanation object. *csv
: Generating explanations for CSV format is not supported. If this field is set to true, either the Model.explanation_spec or explanation_spec must be populated. - input
Config GoogleCloud Aiplatform V1beta1Batch Prediction Job Input Config Response - Input configuration of the instances on which predictions are performed. The schema of any single instance may be specified via the Model's PredictSchemata's instance_schema_uri.
- instance
Config GoogleCloud Aiplatform V1beta1Batch Prediction Job Instance Config Response - Configuration for how to convert batch prediction input instances to the prediction instances that are sent to the Model.
- labels Map<String,String>
- The labels with user-defined metadata to organize BatchPredictionJobs. 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.
- manual
Batch GoogleTuning Parameters Cloud Aiplatform V1beta1Manual Batch Tuning Parameters Response - Immutable. Parameters configuring the batch behavior. Currently only applicable when dedicated_resources are used (in other cases Vertex AI does the tuning itself).
- model String
- The name of the Model resource that produces the predictions via this job, must share the same ancestor Location. Starting this job has no impact on any existing deployments of the Model and their resources. Exactly one of model and unmanaged_container_model must be set. The model resource name may contain version id or version alias to specify the version. Example:
projects/{project}/locations/{location}/models/{model}@2
orprojects/{project}/locations/{location}/models/{model}@golden
if no version is specified, the default version will be deployed. The model resource could also be a publisher model. Example:publishers/{publisher}/models/{model}
orprojects/{project}/locations/{location}/publishers/{publisher}/models/{model}
- model
Monitoring GoogleConfig Cloud Aiplatform V1beta1Model Monitoring Config Response - Model monitoring config will be used for analysis model behaviors, based on the input and output to the batch prediction job, as well as the provided training dataset.
- model
Monitoring List<GoogleStats Anomalies Cloud Aiplatform V1beta1Model Monitoring Stats Anomalies Response> - Get batch prediction job monitoring statistics.
- model
Monitoring GoogleStatus Rpc Status Response - The running status of the model monitoring pipeline.
- model
Parameters Object - The parameters that govern the predictions. The schema of the parameters may be specified via the Model's PredictSchemata's parameters_schema_uri.
- model
Version StringId - The version ID of the Model that produces the predictions via this job.
- name String
- Resource name of the BatchPredictionJob.
- output
Config GoogleCloud Aiplatform V1beta1Batch Prediction Job Output Config Response - The Configuration specifying where output predictions should be written. The schema of any single prediction may be specified as a concatenation of Model's PredictSchemata's instance_schema_uri and prediction_schema_uri.
- output
Info GoogleCloud Aiplatform V1beta1Batch Prediction Job Output Info Response - Information further describing the output of this job.
- partial
Failures List<GoogleRpc Status Response> - Partial failures encountered. For example, single files that can't be read. This field never exceeds 20 entries. Status details fields contain standard Google Cloud error details.
- resources
Consumed GoogleCloud Aiplatform V1beta1Resources Consumed Response - Information about resources that had been consumed by this job. Provided in real time at best effort basis, as well as a final value once the job completes. Note: This field currently may be not populated for batch predictions that use AutoML Models.
- service
Account String - The service account that the DeployedModel's container runs as. If not specified, a system generated one will be used, which has minimal permissions and the custom container, if used, may not have enough permission to access other Google Cloud resources. Users deploying the Model must have the
iam.serviceAccounts.actAs
permission on this service account. - start
Time String - Time when the BatchPredictionJob for the first time entered the
JOB_STATE_RUNNING
state. - state String
- The detailed state of the job.
- unmanaged
Container GoogleModel Cloud Aiplatform V1beta1Unmanaged Container Model Response - Contains model information necessary to perform batch prediction without requiring uploading to model registry. Exactly one of model and unmanaged_container_model must be set.
- update
Time String - Time when the BatchPredictionJob was most recently updated.
- completion
Stats GoogleCloud Aiplatform V1beta1Completion Stats Response - Statistics on completed and failed prediction instances.
- create
Time string - Time when the BatchPredictionJob was created.
- dedicated
Resources GoogleCloud Aiplatform V1beta1Batch Dedicated Resources Response - The config of resources used by the Model during the batch prediction. If the Model supports DEDICATED_RESOURCES this config may be provided (and the job will use these resources), if the Model doesn't support AUTOMATIC_RESOURCES, this config must be provided.
- disable
Container booleanLogging - For custom-trained Models and AutoML Tabular Models, the container of the DeployedModel instances will send
stderr
andstdout
streams to Cloud Logging by default. Please note that the logs incur cost, which are subject to Cloud Logging pricing. User can disable container logging by setting this flag to true. - display
Name string - The user-defined name of this BatchPredictionJob.
- encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec Response - Customer-managed encryption key options for a BatchPredictionJob. If this is set, then all resources created by the BatchPredictionJob will be encrypted with the provided encryption key.
- end
Time string - Time when the BatchPredictionJob entered any of the following states:
JOB_STATE_SUCCEEDED
,JOB_STATE_FAILED
,JOB_STATE_CANCELLED
. - error
Google
Rpc Status Response - Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.
- explanation
Spec GoogleCloud Aiplatform V1beta1Explanation Spec Response - Explanation configuration for this BatchPredictionJob. Can be specified only if generate_explanation is set to
true
. This value overrides the value of Model.explanation_spec. All fields of explanation_spec are optional in the request. If a field of the explanation_spec object is not populated, the corresponding field of the Model.explanation_spec object is inherited. - generate
Explanation boolean - Generate explanation with the batch prediction results. When set to
true
, the batch prediction output changes based on thepredictions_format
field of the BatchPredictionJob.output_config object: *bigquery
: output includes a column namedexplanation
. The value is a struct that conforms to the Explanation object. *jsonl
: The JSON objects on each line include an additional entry keyedexplanation
. The value of the entry is a JSON object that conforms to the Explanation object. *csv
: Generating explanations for CSV format is not supported. If this field is set to true, either the Model.explanation_spec or explanation_spec must be populated. - input
Config GoogleCloud Aiplatform V1beta1Batch Prediction Job Input Config Response - Input configuration of the instances on which predictions are performed. The schema of any single instance may be specified via the Model's PredictSchemata's instance_schema_uri.
- instance
Config GoogleCloud Aiplatform V1beta1Batch Prediction Job Instance Config Response - Configuration for how to convert batch prediction input instances to the prediction instances that are sent to the Model.
- labels {[key: string]: string}
- The labels with user-defined metadata to organize BatchPredictionJobs. 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.
- manual
Batch GoogleTuning Parameters Cloud Aiplatform V1beta1Manual Batch Tuning Parameters Response - Immutable. Parameters configuring the batch behavior. Currently only applicable when dedicated_resources are used (in other cases Vertex AI does the tuning itself).
- model string
- The name of the Model resource that produces the predictions via this job, must share the same ancestor Location. Starting this job has no impact on any existing deployments of the Model and their resources. Exactly one of model and unmanaged_container_model must be set. The model resource name may contain version id or version alias to specify the version. Example:
projects/{project}/locations/{location}/models/{model}@2
orprojects/{project}/locations/{location}/models/{model}@golden
if no version is specified, the default version will be deployed. The model resource could also be a publisher model. Example:publishers/{publisher}/models/{model}
orprojects/{project}/locations/{location}/publishers/{publisher}/models/{model}
- model
Monitoring GoogleConfig Cloud Aiplatform V1beta1Model Monitoring Config Response - Model monitoring config will be used for analysis model behaviors, based on the input and output to the batch prediction job, as well as the provided training dataset.
- model
Monitoring GoogleStats Anomalies Cloud Aiplatform V1beta1Model Monitoring Stats Anomalies Response[] - Get batch prediction job monitoring statistics.
- model
Monitoring GoogleStatus Rpc Status Response - The running status of the model monitoring pipeline.
- model
Parameters any - The parameters that govern the predictions. The schema of the parameters may be specified via the Model's PredictSchemata's parameters_schema_uri.
- model
Version stringId - The version ID of the Model that produces the predictions via this job.
- name string
- Resource name of the BatchPredictionJob.
- output
Config GoogleCloud Aiplatform V1beta1Batch Prediction Job Output Config Response - The Configuration specifying where output predictions should be written. The schema of any single prediction may be specified as a concatenation of Model's PredictSchemata's instance_schema_uri and prediction_schema_uri.
- output
Info GoogleCloud Aiplatform V1beta1Batch Prediction Job Output Info Response - Information further describing the output of this job.
- partial
Failures GoogleRpc Status Response[] - Partial failures encountered. For example, single files that can't be read. This field never exceeds 20 entries. Status details fields contain standard Google Cloud error details.
- resources
Consumed GoogleCloud Aiplatform V1beta1Resources Consumed Response - Information about resources that had been consumed by this job. Provided in real time at best effort basis, as well as a final value once the job completes. Note: This field currently may be not populated for batch predictions that use AutoML Models.
- service
Account string - The service account that the DeployedModel's container runs as. If not specified, a system generated one will be used, which has minimal permissions and the custom container, if used, may not have enough permission to access other Google Cloud resources. Users deploying the Model must have the
iam.serviceAccounts.actAs
permission on this service account. - start
Time string - Time when the BatchPredictionJob for the first time entered the
JOB_STATE_RUNNING
state. - state string
- The detailed state of the job.
- unmanaged
Container GoogleModel Cloud Aiplatform V1beta1Unmanaged Container Model Response - Contains model information necessary to perform batch prediction without requiring uploading to model registry. Exactly one of model and unmanaged_container_model must be set.
- update
Time string - Time when the BatchPredictionJob was most recently updated.
- completion_
stats GoogleCloud Aiplatform V1beta1Completion Stats Response - Statistics on completed and failed prediction instances.
- create_
time str - Time when the BatchPredictionJob was created.
- dedicated_
resources GoogleCloud Aiplatform V1beta1Batch Dedicated Resources Response - The config of resources used by the Model during the batch prediction. If the Model supports DEDICATED_RESOURCES this config may be provided (and the job will use these resources), if the Model doesn't support AUTOMATIC_RESOURCES, this config must be provided.
- disable_
container_ boollogging - For custom-trained Models and AutoML Tabular Models, the container of the DeployedModel instances will send
stderr
andstdout
streams to Cloud Logging by default. Please note that the logs incur cost, which are subject to Cloud Logging pricing. User can disable container logging by setting this flag to true. - display_
name str - The user-defined name of this BatchPredictionJob.
- encryption_
spec GoogleCloud Aiplatform V1beta1Encryption Spec Response - Customer-managed encryption key options for a BatchPredictionJob. If this is set, then all resources created by the BatchPredictionJob will be encrypted with the provided encryption key.
- end_
time str - Time when the BatchPredictionJob entered any of the following states:
JOB_STATE_SUCCEEDED
,JOB_STATE_FAILED
,JOB_STATE_CANCELLED
. - error
Google
Rpc Status Response - Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.
- explanation_
spec GoogleCloud Aiplatform V1beta1Explanation Spec Response - Explanation configuration for this BatchPredictionJob. Can be specified only if generate_explanation is set to
true
. This value overrides the value of Model.explanation_spec. All fields of explanation_spec are optional in the request. If a field of the explanation_spec object is not populated, the corresponding field of the Model.explanation_spec object is inherited. - generate_
explanation bool - Generate explanation with the batch prediction results. When set to
true
, the batch prediction output changes based on thepredictions_format
field of the BatchPredictionJob.output_config object: *bigquery
: output includes a column namedexplanation
. The value is a struct that conforms to the Explanation object. *jsonl
: The JSON objects on each line include an additional entry keyedexplanation
. The value of the entry is a JSON object that conforms to the Explanation object. *csv
: Generating explanations for CSV format is not supported. If this field is set to true, either the Model.explanation_spec or explanation_spec must be populated. - input_
config GoogleCloud Aiplatform V1beta1Batch Prediction Job Input Config Response - Input configuration of the instances on which predictions are performed. The schema of any single instance may be specified via the Model's PredictSchemata's instance_schema_uri.
- instance_
config GoogleCloud Aiplatform V1beta1Batch Prediction Job Instance Config Response - Configuration for how to convert batch prediction input instances to the prediction instances that are sent to the Model.
- labels Mapping[str, str]
- The labels with user-defined metadata to organize BatchPredictionJobs. 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.
- manual_
batch_ Googletuning_ parameters Cloud Aiplatform V1beta1Manual Batch Tuning Parameters Response - Immutable. Parameters configuring the batch behavior. Currently only applicable when dedicated_resources are used (in other cases Vertex AI does the tuning itself).
- model str
- The name of the Model resource that produces the predictions via this job, must share the same ancestor Location. Starting this job has no impact on any existing deployments of the Model and their resources. Exactly one of model and unmanaged_container_model must be set. The model resource name may contain version id or version alias to specify the version. Example:
projects/{project}/locations/{location}/models/{model}@2
orprojects/{project}/locations/{location}/models/{model}@golden
if no version is specified, the default version will be deployed. The model resource could also be a publisher model. Example:publishers/{publisher}/models/{model}
orprojects/{project}/locations/{location}/publishers/{publisher}/models/{model}
- model_
monitoring_ Googleconfig Cloud Aiplatform V1beta1Model Monitoring Config Response - Model monitoring config will be used for analysis model behaviors, based on the input and output to the batch prediction job, as well as the provided training dataset.
- model_
monitoring_ Sequence[Googlestats_ anomalies Cloud Aiplatform V1beta1Model Monitoring Stats Anomalies Response] - Get batch prediction job monitoring statistics.
- model_
monitoring_ Googlestatus Rpc Status Response - The running status of the model monitoring pipeline.
- model_
parameters Any - The parameters that govern the predictions. The schema of the parameters may be specified via the Model's PredictSchemata's parameters_schema_uri.
- model_
version_ strid - The version ID of the Model that produces the predictions via this job.
- name str
- Resource name of the BatchPredictionJob.
- output_
config GoogleCloud Aiplatform V1beta1Batch Prediction Job Output Config Response - The Configuration specifying where output predictions should be written. The schema of any single prediction may be specified as a concatenation of Model's PredictSchemata's instance_schema_uri and prediction_schema_uri.
- output_
info GoogleCloud Aiplatform V1beta1Batch Prediction Job Output Info Response - Information further describing the output of this job.
- partial_
failures Sequence[GoogleRpc Status Response] - Partial failures encountered. For example, single files that can't be read. This field never exceeds 20 entries. Status details fields contain standard Google Cloud error details.
- resources_
consumed GoogleCloud Aiplatform V1beta1Resources Consumed Response - Information about resources that had been consumed by this job. Provided in real time at best effort basis, as well as a final value once the job completes. Note: This field currently may be not populated for batch predictions that use AutoML Models.
- service_
account str - The service account that the DeployedModel's container runs as. If not specified, a system generated one will be used, which has minimal permissions and the custom container, if used, may not have enough permission to access other Google Cloud resources. Users deploying the Model must have the
iam.serviceAccounts.actAs
permission on this service account. - start_
time str - Time when the BatchPredictionJob for the first time entered the
JOB_STATE_RUNNING
state. - state str
- The detailed state of the job.
- unmanaged_
container_ Googlemodel Cloud Aiplatform V1beta1Unmanaged Container Model Response - Contains model information necessary to perform batch prediction without requiring uploading to model registry. Exactly one of model and unmanaged_container_model must be set.
- update_
time str - Time when the BatchPredictionJob was most recently updated.
- completion
Stats Property Map - Statistics on completed and failed prediction instances.
- create
Time String - Time when the BatchPredictionJob was created.
- dedicated
Resources Property Map - The config of resources used by the Model during the batch prediction. If the Model supports DEDICATED_RESOURCES this config may be provided (and the job will use these resources), if the Model doesn't support AUTOMATIC_RESOURCES, this config must be provided.
- disable
Container BooleanLogging - For custom-trained Models and AutoML Tabular Models, the container of the DeployedModel instances will send
stderr
andstdout
streams to Cloud Logging by default. Please note that the logs incur cost, which are subject to Cloud Logging pricing. User can disable container logging by setting this flag to true. - display
Name String - The user-defined name of this BatchPredictionJob.
- encryption
Spec Property Map - Customer-managed encryption key options for a BatchPredictionJob. If this is set, then all resources created by the BatchPredictionJob will be encrypted with the provided encryption key.
- end
Time String - Time when the BatchPredictionJob entered any of the following states:
JOB_STATE_SUCCEEDED
,JOB_STATE_FAILED
,JOB_STATE_CANCELLED
. - error Property Map
- Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.
- explanation
Spec Property Map - Explanation configuration for this BatchPredictionJob. Can be specified only if generate_explanation is set to
true
. This value overrides the value of Model.explanation_spec. All fields of explanation_spec are optional in the request. If a field of the explanation_spec object is not populated, the corresponding field of the Model.explanation_spec object is inherited. - generate
Explanation Boolean - Generate explanation with the batch prediction results. When set to
true
, the batch prediction output changes based on thepredictions_format
field of the BatchPredictionJob.output_config object: *bigquery
: output includes a column namedexplanation
. The value is a struct that conforms to the Explanation object. *jsonl
: The JSON objects on each line include an additional entry keyedexplanation
. The value of the entry is a JSON object that conforms to the Explanation object. *csv
: Generating explanations for CSV format is not supported. If this field is set to true, either the Model.explanation_spec or explanation_spec must be populated. - input
Config Property Map - Input configuration of the instances on which predictions are performed. The schema of any single instance may be specified via the Model's PredictSchemata's instance_schema_uri.
- instance
Config Property Map - Configuration for how to convert batch prediction input instances to the prediction instances that are sent to the Model.
- labels Map<String>
- The labels with user-defined metadata to organize BatchPredictionJobs. 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.
- manual
Batch Property MapTuning Parameters - Immutable. Parameters configuring the batch behavior. Currently only applicable when dedicated_resources are used (in other cases Vertex AI does the tuning itself).
- model String
- The name of the Model resource that produces the predictions via this job, must share the same ancestor Location. Starting this job has no impact on any existing deployments of the Model and their resources. Exactly one of model and unmanaged_container_model must be set. The model resource name may contain version id or version alias to specify the version. Example:
projects/{project}/locations/{location}/models/{model}@2
orprojects/{project}/locations/{location}/models/{model}@golden
if no version is specified, the default version will be deployed. The model resource could also be a publisher model. Example:publishers/{publisher}/models/{model}
orprojects/{project}/locations/{location}/publishers/{publisher}/models/{model}
- model
Monitoring Property MapConfig - Model monitoring config will be used for analysis model behaviors, based on the input and output to the batch prediction job, as well as the provided training dataset.
- model
Monitoring List<Property Map>Stats Anomalies - Get batch prediction job monitoring statistics.
- model
Monitoring Property MapStatus - The running status of the model monitoring pipeline.
- model
Parameters Any - The parameters that govern the predictions. The schema of the parameters may be specified via the Model's PredictSchemata's parameters_schema_uri.
- model
Version StringId - The version ID of the Model that produces the predictions via this job.
- name String
- Resource name of the BatchPredictionJob.
- output
Config Property Map - The Configuration specifying where output predictions should be written. The schema of any single prediction may be specified as a concatenation of Model's PredictSchemata's instance_schema_uri and prediction_schema_uri.
- output
Info Property Map - Information further describing the output of this job.
- partial
Failures List<Property Map> - Partial failures encountered. For example, single files that can't be read. This field never exceeds 20 entries. Status details fields contain standard Google Cloud error details.
- resources
Consumed Property Map - Information about resources that had been consumed by this job. Provided in real time at best effort basis, as well as a final value once the job completes. Note: This field currently may be not populated for batch predictions that use AutoML Models.
- service
Account String - The service account that the DeployedModel's container runs as. If not specified, a system generated one will be used, which has minimal permissions and the custom container, if used, may not have enough permission to access other Google Cloud resources. Users deploying the Model must have the
iam.serviceAccounts.actAs
permission on this service account. - start
Time String - Time when the BatchPredictionJob for the first time entered the
JOB_STATE_RUNNING
state. - state String
- The detailed state of the job.
- unmanaged
Container Property MapModel - Contains model information necessary to perform batch prediction without requiring uploading to model registry. Exactly one of model and unmanaged_container_model must be set.
- update
Time String - Time when the BatchPredictionJob was most recently updated.
Supporting Types
GoogleCloudAiplatformV1beta1BatchDedicatedResourcesResponse
- Machine
Spec Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Machine Spec Response - Immutable. The specification of a single machine.
- Max
Replica intCount - Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.
- Starting
Replica intCount - Immutable. The number of machine replicas used at the start of the batch operation. If not set, Vertex AI decides starting number, not greater than max_replica_count
- Machine
Spec GoogleCloud Aiplatform V1beta1Machine Spec Response - Immutable. The specification of a single machine.
- Max
Replica intCount - Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.
- Starting
Replica intCount - Immutable. The number of machine replicas used at the start of the batch operation. If not set, Vertex AI decides starting number, not greater than max_replica_count
- machine
Spec GoogleCloud Aiplatform V1beta1Machine Spec Response - Immutable. The specification of a single machine.
- max
Replica IntegerCount - Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.
- starting
Replica IntegerCount - Immutable. The number of machine replicas used at the start of the batch operation. If not set, Vertex AI decides starting number, not greater than max_replica_count
- machine
Spec GoogleCloud Aiplatform V1beta1Machine Spec Response - Immutable. The specification of a single machine.
- max
Replica numberCount - Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.
- starting
Replica numberCount - Immutable. The number of machine replicas used at the start of the batch operation. If not set, Vertex AI decides starting number, not greater than max_replica_count
- machine_
spec GoogleCloud Aiplatform V1beta1Machine Spec Response - Immutable. The specification of a single machine.
- max_
replica_ intcount - Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.
- starting_
replica_ intcount - Immutable. The number of machine replicas used at the start of the batch operation. If not set, Vertex AI decides starting number, not greater than max_replica_count
- machine
Spec Property Map - Immutable. The specification of a single machine.
- max
Replica NumberCount - Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.
- starting
Replica NumberCount - Immutable. The number of machine replicas used at the start of the batch operation. If not set, Vertex AI decides starting number, not greater than max_replica_count
GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfigResponse
- Bigquery
Source Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Big Query Source Response - The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.
- Gcs
Source Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Gcs Source Response - The Cloud Storage location for the input instances.
- Instances
Format string - The format in which instances are given, must be one of the Model's supported_input_storage_formats.
- Bigquery
Source GoogleCloud Aiplatform V1beta1Big Query Source Response - The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.
- Gcs
Source GoogleCloud Aiplatform V1beta1Gcs Source Response - The Cloud Storage location for the input instances.
- Instances
Format string - The format in which instances are given, must be one of the Model's supported_input_storage_formats.
- bigquery
Source GoogleCloud Aiplatform V1beta1Big Query Source Response - The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.
- gcs
Source GoogleCloud Aiplatform V1beta1Gcs Source Response - The Cloud Storage location for the input instances.
- instances
Format String - The format in which instances are given, must be one of the Model's supported_input_storage_formats.
- bigquery
Source GoogleCloud Aiplatform V1beta1Big Query Source Response - The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.
- gcs
Source GoogleCloud Aiplatform V1beta1Gcs Source Response - The Cloud Storage location for the input instances.
- instances
Format string - The format in which instances are given, must be one of the Model's supported_input_storage_formats.
- bigquery_
source GoogleCloud Aiplatform V1beta1Big Query Source Response - The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.
- gcs_
source GoogleCloud Aiplatform V1beta1Gcs Source Response - The Cloud Storage location for the input instances.
- instances_
format str - The format in which instances are given, must be one of the Model's supported_input_storage_formats.
- bigquery
Source Property Map - The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.
- gcs
Source Property Map - The Cloud Storage location for the input instances.
- instances
Format String - The format in which instances are given, must be one of the Model's supported_input_storage_formats.
GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfigResponse
- Excluded
Fields List<string> - Fields that will be excluded in the prediction instance that is sent to the Model. Excluded will be attached to the batch prediction output if key_field is not specified. When excluded_fields is populated, included_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
- Included
Fields List<string> - Fields that will be included in the prediction instance that is sent to the Model. If instance_type is
array
, the order of field names in included_fields also determines the order of the values in the array. When included_fields is populated, excluded_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord. - Instance
Type string - The format of the instance that the Model accepts. Vertex AI will convert compatible batch prediction input instance formats to the specified format. Supported values are: *
object
: Each input is converted to JSON object format. * Forbigquery
, each row is converted to an object. * Forjsonl
, each line of the JSONL input must be an object. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. *array
: Each input is converted to JSON array format. * Forbigquery
, each row is converted to an array. The order of columns is determined by the BigQuery column order, unless included_fields is populated. included_fields must be populated for specifying field orders. * Forjsonl
, if each line of the JSONL input is an object, included_fields must be populated for specifying field orders. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. If not specified, Vertex AI converts the batch prediction input as follows: * Forbigquery
andcsv
, the behavior is the same asarray
. The order of columns is the same as defined in the file or table, unless included_fields is populated. * Forjsonl
, the prediction instance format is determined by each line of the input. * Fortf-record
/tf-record-gzip
, each record will be converted to an object in the format of{"b64": }
, whereis the Base64-encoded string of the content of the record. * For `file-list`, each file in the list will be converted to an object in the format of `{"b64": }`, where
is the Base64-encoded string of the content of the file. - Key
Field string - The name of the field that is considered as a key. The values identified by the key field is not included in the transformed instances that is sent to the Model. This is similar to specifying this name of the field in excluded_fields. In addition, the batch prediction output will not include the instances. Instead the output will only include the value of the key field, in a field named
key
in the output: * Forjsonl
output format, the output will have akey
field instead of theinstance
field. * Forcsv
/bigquery
output format, the output will have have akey
column instead of the instance feature columns. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
- Excluded
Fields []string - Fields that will be excluded in the prediction instance that is sent to the Model. Excluded will be attached to the batch prediction output if key_field is not specified. When excluded_fields is populated, included_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
- Included
Fields []string - Fields that will be included in the prediction instance that is sent to the Model. If instance_type is
array
, the order of field names in included_fields also determines the order of the values in the array. When included_fields is populated, excluded_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord. - Instance
Type string - The format of the instance that the Model accepts. Vertex AI will convert compatible batch prediction input instance formats to the specified format. Supported values are: *
object
: Each input is converted to JSON object format. * Forbigquery
, each row is converted to an object. * Forjsonl
, each line of the JSONL input must be an object. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. *array
: Each input is converted to JSON array format. * Forbigquery
, each row is converted to an array. The order of columns is determined by the BigQuery column order, unless included_fields is populated. included_fields must be populated for specifying field orders. * Forjsonl
, if each line of the JSONL input is an object, included_fields must be populated for specifying field orders. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. If not specified, Vertex AI converts the batch prediction input as follows: * Forbigquery
andcsv
, the behavior is the same asarray
. The order of columns is the same as defined in the file or table, unless included_fields is populated. * Forjsonl
, the prediction instance format is determined by each line of the input. * Fortf-record
/tf-record-gzip
, each record will be converted to an object in the format of{"b64": }
, whereis the Base64-encoded string of the content of the record. * For `file-list`, each file in the list will be converted to an object in the format of `{"b64": }`, where
is the Base64-encoded string of the content of the file. - Key
Field string - The name of the field that is considered as a key. The values identified by the key field is not included in the transformed instances that is sent to the Model. This is similar to specifying this name of the field in excluded_fields. In addition, the batch prediction output will not include the instances. Instead the output will only include the value of the key field, in a field named
key
in the output: * Forjsonl
output format, the output will have akey
field instead of theinstance
field. * Forcsv
/bigquery
output format, the output will have have akey
column instead of the instance feature columns. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
- excluded
Fields List<String> - Fields that will be excluded in the prediction instance that is sent to the Model. Excluded will be attached to the batch prediction output if key_field is not specified. When excluded_fields is populated, included_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
- included
Fields List<String> - Fields that will be included in the prediction instance that is sent to the Model. If instance_type is
array
, the order of field names in included_fields also determines the order of the values in the array. When included_fields is populated, excluded_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord. - instance
Type String - The format of the instance that the Model accepts. Vertex AI will convert compatible batch prediction input instance formats to the specified format. Supported values are: *
object
: Each input is converted to JSON object format. * Forbigquery
, each row is converted to an object. * Forjsonl
, each line of the JSONL input must be an object. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. *array
: Each input is converted to JSON array format. * Forbigquery
, each row is converted to an array. The order of columns is determined by the BigQuery column order, unless included_fields is populated. included_fields must be populated for specifying field orders. * Forjsonl
, if each line of the JSONL input is an object, included_fields must be populated for specifying field orders. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. If not specified, Vertex AI converts the batch prediction input as follows: * Forbigquery
andcsv
, the behavior is the same asarray
. The order of columns is the same as defined in the file or table, unless included_fields is populated. * Forjsonl
, the prediction instance format is determined by each line of the input. * Fortf-record
/tf-record-gzip
, each record will be converted to an object in the format of{"b64": }
, whereis the Base64-encoded string of the content of the record. * For `file-list`, each file in the list will be converted to an object in the format of `{"b64": }`, where
is the Base64-encoded string of the content of the file. - key
Field String - The name of the field that is considered as a key. The values identified by the key field is not included in the transformed instances that is sent to the Model. This is similar to specifying this name of the field in excluded_fields. In addition, the batch prediction output will not include the instances. Instead the output will only include the value of the key field, in a field named
key
in the output: * Forjsonl
output format, the output will have akey
field instead of theinstance
field. * Forcsv
/bigquery
output format, the output will have have akey
column instead of the instance feature columns. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
- excluded
Fields string[] - Fields that will be excluded in the prediction instance that is sent to the Model. Excluded will be attached to the batch prediction output if key_field is not specified. When excluded_fields is populated, included_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
- included
Fields string[] - Fields that will be included in the prediction instance that is sent to the Model. If instance_type is
array
, the order of field names in included_fields also determines the order of the values in the array. When included_fields is populated, excluded_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord. - instance
Type string - The format of the instance that the Model accepts. Vertex AI will convert compatible batch prediction input instance formats to the specified format. Supported values are: *
object
: Each input is converted to JSON object format. * Forbigquery
, each row is converted to an object. * Forjsonl
, each line of the JSONL input must be an object. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. *array
: Each input is converted to JSON array format. * Forbigquery
, each row is converted to an array. The order of columns is determined by the BigQuery column order, unless included_fields is populated. included_fields must be populated for specifying field orders. * Forjsonl
, if each line of the JSONL input is an object, included_fields must be populated for specifying field orders. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. If not specified, Vertex AI converts the batch prediction input as follows: * Forbigquery
andcsv
, the behavior is the same asarray
. The order of columns is the same as defined in the file or table, unless included_fields is populated. * Forjsonl
, the prediction instance format is determined by each line of the input. * Fortf-record
/tf-record-gzip
, each record will be converted to an object in the format of{"b64": }
, whereis the Base64-encoded string of the content of the record. * For `file-list`, each file in the list will be converted to an object in the format of `{"b64": }`, where
is the Base64-encoded string of the content of the file. - key
Field string - The name of the field that is considered as a key. The values identified by the key field is not included in the transformed instances that is sent to the Model. This is similar to specifying this name of the field in excluded_fields. In addition, the batch prediction output will not include the instances. Instead the output will only include the value of the key field, in a field named
key
in the output: * Forjsonl
output format, the output will have akey
field instead of theinstance
field. * Forcsv
/bigquery
output format, the output will have have akey
column instead of the instance feature columns. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
- excluded_
fields Sequence[str] - Fields that will be excluded in the prediction instance that is sent to the Model. Excluded will be attached to the batch prediction output if key_field is not specified. When excluded_fields is populated, included_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
- included_
fields Sequence[str] - Fields that will be included in the prediction instance that is sent to the Model. If instance_type is
array
, the order of field names in included_fields also determines the order of the values in the array. When included_fields is populated, excluded_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord. - instance_
type str - The format of the instance that the Model accepts. Vertex AI will convert compatible batch prediction input instance formats to the specified format. Supported values are: *
object
: Each input is converted to JSON object format. * Forbigquery
, each row is converted to an object. * Forjsonl
, each line of the JSONL input must be an object. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. *array
: Each input is converted to JSON array format. * Forbigquery
, each row is converted to an array. The order of columns is determined by the BigQuery column order, unless included_fields is populated. included_fields must be populated for specifying field orders. * Forjsonl
, if each line of the JSONL input is an object, included_fields must be populated for specifying field orders. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. If not specified, Vertex AI converts the batch prediction input as follows: * Forbigquery
andcsv
, the behavior is the same asarray
. The order of columns is the same as defined in the file or table, unless included_fields is populated. * Forjsonl
, the prediction instance format is determined by each line of the input. * Fortf-record
/tf-record-gzip
, each record will be converted to an object in the format of{"b64": }
, whereis the Base64-encoded string of the content of the record. * For `file-list`, each file in the list will be converted to an object in the format of `{"b64": }`, where
is the Base64-encoded string of the content of the file. - key_
field str - The name of the field that is considered as a key. The values identified by the key field is not included in the transformed instances that is sent to the Model. This is similar to specifying this name of the field in excluded_fields. In addition, the batch prediction output will not include the instances. Instead the output will only include the value of the key field, in a field named
key
in the output: * Forjsonl
output format, the output will have akey
field instead of theinstance
field. * Forcsv
/bigquery
output format, the output will have have akey
column instead of the instance feature columns. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
- excluded
Fields List<String> - Fields that will be excluded in the prediction instance that is sent to the Model. Excluded will be attached to the batch prediction output if key_field is not specified. When excluded_fields is populated, included_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
- included
Fields List<String> - Fields that will be included in the prediction instance that is sent to the Model. If instance_type is
array
, the order of field names in included_fields also determines the order of the values in the array. When included_fields is populated, excluded_fields must be empty. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord. - instance
Type String - The format of the instance that the Model accepts. Vertex AI will convert compatible batch prediction input instance formats to the specified format. Supported values are: *
object
: Each input is converted to JSON object format. * Forbigquery
, each row is converted to an object. * Forjsonl
, each line of the JSONL input must be an object. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. *array
: Each input is converted to JSON array format. * Forbigquery
, each row is converted to an array. The order of columns is determined by the BigQuery column order, unless included_fields is populated. included_fields must be populated for specifying field orders. * Forjsonl
, if each line of the JSONL input is an object, included_fields must be populated for specifying field orders. * Does not apply tocsv
,file-list
,tf-record
, ortf-record-gzip
. If not specified, Vertex AI converts the batch prediction input as follows: * Forbigquery
andcsv
, the behavior is the same asarray
. The order of columns is the same as defined in the file or table, unless included_fields is populated. * Forjsonl
, the prediction instance format is determined by each line of the input. * Fortf-record
/tf-record-gzip
, each record will be converted to an object in the format of{"b64": }
, whereis the Base64-encoded string of the content of the record. * For `file-list`, each file in the list will be converted to an object in the format of `{"b64": }`, where
is the Base64-encoded string of the content of the file. - key
Field String - The name of the field that is considered as a key. The values identified by the key field is not included in the transformed instances that is sent to the Model. This is similar to specifying this name of the field in excluded_fields. In addition, the batch prediction output will not include the instances. Instead the output will only include the value of the key field, in a field named
key
in the output: * Forjsonl
output format, the output will have akey
field instead of theinstance
field. * Forcsv
/bigquery
output format, the output will have have akey
column instead of the instance feature columns. The input must be JSONL with objects at each line, CSV, BigQuery or TfRecord.
GoogleCloudAiplatformV1beta1BatchPredictionJobOutputConfigResponse
- Bigquery
Destination Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Big Query Destination Response - The BigQuery project or dataset location where the output is to be written to. If project is provided, a new dataset is created with name
prediction__
where is made BigQuery-dataset-name compatible (for example, most special characters become underscores), and timestamp is in YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset two tables will be created,predictions
, anderrors
. If the Model has both instance and prediction schemata defined then the tables have columns as follows: Thepredictions
table contains instances for which the prediction succeeded, it has columns as per a concatenation of the Model's instance and prediction schemata. Theerrors
table contains rows for which the prediction has failed, it has instance columns, as per the instance schema, followed by a single "errors" column, which as values has google.rpc.Status represented as a STRUCT, and containing onlycode
andmessage
. - Gcs
Destination Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Gcs Destination Response - The Cloud Storage location of the directory where the output is to be written to. In the given directory a new directory is created. Its name is
prediction--
, where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. Inside of it filespredictions_0001.
,predictions_0002.
, ...,predictions_N.
are created where `` depends on chosen predictions_format, and N may equal 0001 and depends on the total number of successfully predicted instances. If the Model has both instance and prediction schemata defined then each such file contains predictions as per the predictions_format. If prediction for any instance failed (partially or completely), then an additionalerrors_0001.
,errors_0002.
,...,errors_N.
files are created (N depends on total number of failed predictions). These files contain the failed instances, as per their schema, followed by an additionalerror
field which as value has google.rpc.Status containing onlycode
andmessage
fields. - Predictions
Format string - The format in which Vertex AI gives the predictions, must be one of the Model's supported_output_storage_formats.
- Bigquery
Destination GoogleCloud Aiplatform V1beta1Big Query Destination Response - The BigQuery project or dataset location where the output is to be written to. If project is provided, a new dataset is created with name
prediction__
where is made BigQuery-dataset-name compatible (for example, most special characters become underscores), and timestamp is in YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset two tables will be created,predictions
, anderrors
. If the Model has both instance and prediction schemata defined then the tables have columns as follows: Thepredictions
table contains instances for which the prediction succeeded, it has columns as per a concatenation of the Model's instance and prediction schemata. Theerrors
table contains rows for which the prediction has failed, it has instance columns, as per the instance schema, followed by a single "errors" column, which as values has google.rpc.Status represented as a STRUCT, and containing onlycode
andmessage
. - Gcs
Destination GoogleCloud Aiplatform V1beta1Gcs Destination Response - The Cloud Storage location of the directory where the output is to be written to. In the given directory a new directory is created. Its name is
prediction--
, where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. Inside of it filespredictions_0001.
,predictions_0002.
, ...,predictions_N.
are created where `` depends on chosen predictions_format, and N may equal 0001 and depends on the total number of successfully predicted instances. If the Model has both instance and prediction schemata defined then each such file contains predictions as per the predictions_format. If prediction for any instance failed (partially or completely), then an additionalerrors_0001.
,errors_0002.
,...,errors_N.
files are created (N depends on total number of failed predictions). These files contain the failed instances, as per their schema, followed by an additionalerror
field which as value has google.rpc.Status containing onlycode
andmessage
fields. - Predictions
Format string - The format in which Vertex AI gives the predictions, must be one of the Model's supported_output_storage_formats.
- bigquery
Destination GoogleCloud Aiplatform V1beta1Big Query Destination Response - The BigQuery project or dataset location where the output is to be written to. If project is provided, a new dataset is created with name
prediction__
where is made BigQuery-dataset-name compatible (for example, most special characters become underscores), and timestamp is in YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset two tables will be created,predictions
, anderrors
. If the Model has both instance and prediction schemata defined then the tables have columns as follows: Thepredictions
table contains instances for which the prediction succeeded, it has columns as per a concatenation of the Model's instance and prediction schemata. Theerrors
table contains rows for which the prediction has failed, it has instance columns, as per the instance schema, followed by a single "errors" column, which as values has google.rpc.Status represented as a STRUCT, and containing onlycode
andmessage
. - gcs
Destination GoogleCloud Aiplatform V1beta1Gcs Destination Response - The Cloud Storage location of the directory where the output is to be written to. In the given directory a new directory is created. Its name is
prediction--
, where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. Inside of it filespredictions_0001.
,predictions_0002.
, ...,predictions_N.
are created where `` depends on chosen predictions_format, and N may equal 0001 and depends on the total number of successfully predicted instances. If the Model has both instance and prediction schemata defined then each such file contains predictions as per the predictions_format. If prediction for any instance failed (partially or completely), then an additionalerrors_0001.
,errors_0002.
,...,errors_N.
files are created (N depends on total number of failed predictions). These files contain the failed instances, as per their schema, followed by an additionalerror
field which as value has google.rpc.Status containing onlycode
andmessage
fields. - predictions
Format String - The format in which Vertex AI gives the predictions, must be one of the Model's supported_output_storage_formats.
- bigquery
Destination GoogleCloud Aiplatform V1beta1Big Query Destination Response - The BigQuery project or dataset location where the output is to be written to. If project is provided, a new dataset is created with name
prediction__
where is made BigQuery-dataset-name compatible (for example, most special characters become underscores), and timestamp is in YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset two tables will be created,predictions
, anderrors
. If the Model has both instance and prediction schemata defined then the tables have columns as follows: Thepredictions
table contains instances for which the prediction succeeded, it has columns as per a concatenation of the Model's instance and prediction schemata. Theerrors
table contains rows for which the prediction has failed, it has instance columns, as per the instance schema, followed by a single "errors" column, which as values has google.rpc.Status represented as a STRUCT, and containing onlycode
andmessage
. - gcs
Destination GoogleCloud Aiplatform V1beta1Gcs Destination Response - The Cloud Storage location of the directory where the output is to be written to. In the given directory a new directory is created. Its name is
prediction--
, where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. Inside of it filespredictions_0001.
,predictions_0002.
, ...,predictions_N.
are created where `` depends on chosen predictions_format, and N may equal 0001 and depends on the total number of successfully predicted instances. If the Model has both instance and prediction schemata defined then each such file contains predictions as per the predictions_format. If prediction for any instance failed (partially or completely), then an additionalerrors_0001.
,errors_0002.
,...,errors_N.
files are created (N depends on total number of failed predictions). These files contain the failed instances, as per their schema, followed by an additionalerror
field which as value has google.rpc.Status containing onlycode
andmessage
fields. - predictions
Format string - The format in which Vertex AI gives the predictions, must be one of the Model's supported_output_storage_formats.
- bigquery_
destination GoogleCloud Aiplatform V1beta1Big Query Destination Response - The BigQuery project or dataset location where the output is to be written to. If project is provided, a new dataset is created with name
prediction__
where is made BigQuery-dataset-name compatible (for example, most special characters become underscores), and timestamp is in YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset two tables will be created,predictions
, anderrors
. If the Model has both instance and prediction schemata defined then the tables have columns as follows: Thepredictions
table contains instances for which the prediction succeeded, it has columns as per a concatenation of the Model's instance and prediction schemata. Theerrors
table contains rows for which the prediction has failed, it has instance columns, as per the instance schema, followed by a single "errors" column, which as values has google.rpc.Status represented as a STRUCT, and containing onlycode
andmessage
. - gcs_
destination GoogleCloud Aiplatform V1beta1Gcs Destination Response - The Cloud Storage location of the directory where the output is to be written to. In the given directory a new directory is created. Its name is
prediction--
, where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. Inside of it filespredictions_0001.
,predictions_0002.
, ...,predictions_N.
are created where `` depends on chosen predictions_format, and N may equal 0001 and depends on the total number of successfully predicted instances. If the Model has both instance and prediction schemata defined then each such file contains predictions as per the predictions_format. If prediction for any instance failed (partially or completely), then an additionalerrors_0001.
,errors_0002.
,...,errors_N.
files are created (N depends on total number of failed predictions). These files contain the failed instances, as per their schema, followed by an additionalerror
field which as value has google.rpc.Status containing onlycode
andmessage
fields. - predictions_
format str - The format in which Vertex AI gives the predictions, must be one of the Model's supported_output_storage_formats.
- bigquery
Destination Property Map - The BigQuery project or dataset location where the output is to be written to. If project is provided, a new dataset is created with name
prediction__
where is made BigQuery-dataset-name compatible (for example, most special characters become underscores), and timestamp is in YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset two tables will be created,predictions
, anderrors
. If the Model has both instance and prediction schemata defined then the tables have columns as follows: Thepredictions
table contains instances for which the prediction succeeded, it has columns as per a concatenation of the Model's instance and prediction schemata. Theerrors
table contains rows for which the prediction has failed, it has instance columns, as per the instance schema, followed by a single "errors" column, which as values has google.rpc.Status represented as a STRUCT, and containing onlycode
andmessage
. - gcs
Destination Property Map - The Cloud Storage location of the directory where the output is to be written to. In the given directory a new directory is created. Its name is
prediction--
, where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. Inside of it filespredictions_0001.
,predictions_0002.
, ...,predictions_N.
are created where `` depends on chosen predictions_format, and N may equal 0001 and depends on the total number of successfully predicted instances. If the Model has both instance and prediction schemata defined then each such file contains predictions as per the predictions_format. If prediction for any instance failed (partially or completely), then an additionalerrors_0001.
,errors_0002.
,...,errors_N.
files are created (N depends on total number of failed predictions). These files contain the failed instances, as per their schema, followed by an additionalerror
field which as value has google.rpc.Status containing onlycode
andmessage
fields. - predictions
Format String - The format in which Vertex AI gives the predictions, must be one of the Model's supported_output_storage_formats.
GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfoResponse
- Bigquery
Output stringDataset - The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the prediction output is written. - Bigquery
Output stringTable - The name of the BigQuery table created, in
predictions_
format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example. - Gcs
Output stringDirectory - The full path of the Cloud Storage directory created, into which the prediction output is written.
- Bigquery
Output stringDataset - The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the prediction output is written. - Bigquery
Output stringTable - The name of the BigQuery table created, in
predictions_
format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example. - Gcs
Output stringDirectory - The full path of the Cloud Storage directory created, into which the prediction output is written.
- bigquery
Output StringDataset - The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the prediction output is written. - bigquery
Output StringTable - The name of the BigQuery table created, in
predictions_
format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example. - gcs
Output StringDirectory - The full path of the Cloud Storage directory created, into which the prediction output is written.
- bigquery
Output stringDataset - The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the prediction output is written. - bigquery
Output stringTable - The name of the BigQuery table created, in
predictions_
format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example. - gcs
Output stringDirectory - The full path of the Cloud Storage directory created, into which the prediction output is written.
- bigquery_
output_ strdataset - The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the prediction output is written. - bigquery_
output_ strtable - The name of the BigQuery table created, in
predictions_
format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example. - gcs_
output_ strdirectory - The full path of the Cloud Storage directory created, into which the prediction output is written.
- bigquery
Output StringDataset - The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the prediction output is written. - bigquery
Output StringTable - The name of the BigQuery table created, in
predictions_
format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example. - gcs
Output StringDirectory - The full path of the Cloud Storage directory created, into which the prediction output is written.
GoogleCloudAiplatformV1beta1BigQueryDestinationResponse
- Output
Uri 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://projectId
orbq://projectId.bqDatasetId
orbq://projectId.bqDatasetId.bqTableId
.
- Output
Uri 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://projectId
orbq://projectId.bqDatasetId
orbq://projectId.bqDatasetId.bqTableId
.
- output
Uri 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://projectId
orbq://projectId.bqDatasetId
orbq://projectId.bqDatasetId.bqTableId
.
- output
Uri 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://projectId
orbq://projectId.bqDatasetId
orbq://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://projectId
orbq://projectId.bqDatasetId
orbq://projectId.bqDatasetId.bqTableId
.
- output
Uri 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://projectId
orbq://projectId.bqDatasetId
orbq://projectId.bqDatasetId.bqTableId
.
GoogleCloudAiplatformV1beta1BigQuerySourceResponse
- Input
Uri string - BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId
.
- Input
Uri string - BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId
.
- input
Uri String - BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId
.
- input
Uri string - BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId
.
- input_
uri str - BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId
.
- input
Uri String - BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId
.
GoogleCloudAiplatformV1beta1BlurBaselineConfigResponse
- Max
Blur 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.
- Max
Blur 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.
- max
Blur 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.
- max
Blur 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.
- max
Blur 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.
GoogleCloudAiplatformV1beta1CompletionStatsResponse
- Failed
Count string - The number of entities for which any error was encountered.
- Incomplete
Count string - In cases when enough errors are encountered a job, pipeline, or operation may be failed as a whole. Below is the number of entities for which the processing had not been finished (either in successful or failed state). Set to -1 if the number is unknown (for example, the operation failed before the total entity number could be collected).
- Successful
Count string - The number of entities that had been processed successfully.
- Successful
Forecast stringPoint Count - The number of the successful forecast points that are generated by the forecasting model. This is ONLY used by the forecasting batch prediction.
- Failed
Count string - The number of entities for which any error was encountered.
- Incomplete
Count string - In cases when enough errors are encountered a job, pipeline, or operation may be failed as a whole. Below is the number of entities for which the processing had not been finished (either in successful or failed state). Set to -1 if the number is unknown (for example, the operation failed before the total entity number could be collected).
- Successful
Count string - The number of entities that had been processed successfully.
- Successful
Forecast stringPoint Count - The number of the successful forecast points that are generated by the forecasting model. This is ONLY used by the forecasting batch prediction.
- failed
Count String - The number of entities for which any error was encountered.
- incomplete
Count String - In cases when enough errors are encountered a job, pipeline, or operation may be failed as a whole. Below is the number of entities for which the processing had not been finished (either in successful or failed state). Set to -1 if the number is unknown (for example, the operation failed before the total entity number could be collected).
- successful
Count String - The number of entities that had been processed successfully.
- successful
Forecast StringPoint Count - The number of the successful forecast points that are generated by the forecasting model. This is ONLY used by the forecasting batch prediction.
- failed
Count string - The number of entities for which any error was encountered.
- incomplete
Count string - In cases when enough errors are encountered a job, pipeline, or operation may be failed as a whole. Below is the number of entities for which the processing had not been finished (either in successful or failed state). Set to -1 if the number is unknown (for example, the operation failed before the total entity number could be collected).
- successful
Count string - The number of entities that had been processed successfully.
- successful
Forecast stringPoint Count - The number of the successful forecast points that are generated by the forecasting model. This is ONLY used by the forecasting batch prediction.
- failed_
count str - The number of entities for which any error was encountered.
- incomplete_
count str - In cases when enough errors are encountered a job, pipeline, or operation may be failed as a whole. Below is the number of entities for which the processing had not been finished (either in successful or failed state). Set to -1 if the number is unknown (for example, the operation failed before the total entity number could be collected).
- successful_
count str - The number of entities that had been processed successfully.
- successful_
forecast_ strpoint_ count - The number of the successful forecast points that are generated by the forecasting model. This is ONLY used by the forecasting batch prediction.
- failed
Count String - The number of entities for which any error was encountered.
- incomplete
Count String - In cases when enough errors are encountered a job, pipeline, or operation may be failed as a whole. Below is the number of entities for which the processing had not been finished (either in successful or failed state). Set to -1 if the number is unknown (for example, the operation failed before the total entity number could be collected).
- successful
Count String - The number of entities that had been processed successfully.
- successful
Forecast StringPoint Count - The number of the successful forecast points that are generated by the forecasting model. This is ONLY used by the forecasting batch prediction.
GoogleCloudAiplatformV1beta1EncryptionSpecResponse
- Kms
Key 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 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 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 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.
- kms
Key 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
- Data
Format string - The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
- Gcs
Source Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Gcs Source Response - The Cloud Storage location for the input instances.
- Data
Format string - 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.
- data
Format String - 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.
- data
Format string - 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.
- 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.
- data
Format String - The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
- gcs
Source Property Map - The Cloud Storage location for the input instances.
GoogleCloudAiplatformV1beta1ExamplesResponse
- Example
Gcs Pulumi.Source Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Examples Example Gcs Source Response - The Cloud Storage input instances.
- Gcs
Source 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.
- Nearest
Neighbor objectSearch 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
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.
- 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 interface{}Search 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
Google
Cloud 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 ObjectSearch Config - The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.
- neighbor
Count Integer - The number of neighbors to return when querying for examples.
- presets
Google
Cloud 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 number - The number of neighbors to return when querying for examples.
- presets
Google
Cloud 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
Google
Cloud Aiplatform V1beta1Presets Response - Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
- example
Gcs Property MapSource - The Cloud Storage input instances.
- gcs
Source Property Map - 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 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
- Feature
Attributions 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.
- Latent
Space 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.
- Feature
Attributions 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.
- Latent
Space 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.
- feature
Attributions 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.
- latent
Space 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.
- feature
Attributions 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.
- latent
Space 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.
- feature
Attributions 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.
- latent
Space 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.
- Integrated
Gradients 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
- Output
Indices 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).
- Sampled
Shapley 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.
- 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 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
Google
Cloud 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 []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).
- 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
Google
Cloud 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 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).
- 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 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.
- 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
Google
Cloud 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 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 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.
- 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
Google
Cloud 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.
- integrated
Gradients 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
- output
Indices 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).
- sampled
Shapley 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.
- top
K 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.
- xrai
Attribution 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
Google
Cloud Aiplatform V1beta1Explanation Metadata Response - Optional. Metadata describing the Model's input and output for explanation.
- Parameters
Google
Cloud Aiplatform V1beta1Explanation Parameters Response - Parameters that configure explaining of the Model's predictions.
- metadata
Google
Cloud Aiplatform V1beta1Explanation Metadata Response - Optional. Metadata describing the Model's input and output for explanation.
- parameters
Google
Cloud Aiplatform V1beta1Explanation Parameters Response - Parameters that configure explaining of the Model's predictions.
- metadata
Google
Cloud Aiplatform V1beta1Explanation Metadata Response - Optional. Metadata describing the Model's input and output for explanation.
- parameters
Google
Cloud Aiplatform V1beta1Explanation Parameters Response - Parameters that configure explaining of the Model's predictions.
- metadata
Google
Cloud Aiplatform V1beta1Explanation Metadata Response - Optional. Metadata describing the Model's input and output for explanation.
- parameters
Google
Cloud 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
- Noise
Sigma 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.
- Noise
Sigma []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 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.
- noise
Sigma 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.
- noise
Sigma List<Property Map> - Noise sigma per feature. No noise is added to features that are not set.
GoogleCloudAiplatformV1beta1FeatureStatsAnomalyResponse
- Anomaly
Detection doubleThreshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- Anomaly
Uri string - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- Distribution
Deviation double - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- End
Time string - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- Score double
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- Start
Time string - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- Stats
Uri string - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
- Anomaly
Detection float64Threshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- Anomaly
Uri string - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- Distribution
Deviation float64 - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- End
Time string - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- Score float64
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- Start
Time string - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- Stats
Uri string - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
- anomaly
Detection DoubleThreshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- anomaly
Uri String - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- distribution
Deviation Double - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- end
Time String - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- score Double
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- start
Time String - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- stats
Uri String - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
- anomaly
Detection numberThreshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- anomaly
Uri string - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- distribution
Deviation number - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- end
Time string - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- score number
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- start
Time string - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- stats
Uri string - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
- anomaly_
detection_ floatthreshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- anomaly_
uri str - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- distribution_
deviation float - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- end_
time str - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- score float
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- start_
time str - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- stats_
uri str - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
- anomaly
Detection NumberThreshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- anomaly
Uri String - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- distribution
Deviation Number - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- end
Time String - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- score Number
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- start
Time String - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- stats
Uri String - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
GoogleCloudAiplatformV1beta1GcsDestinationResponse
- Output
Uri 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 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 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 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.
- output
Uri 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.
GoogleCloudAiplatformV1beta1IntegratedGradientsAttributionResponse
- Blur
Baseline 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
- Smooth
Grad 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
- 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.
- 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.
- 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 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.
- 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 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.
- blur
Baseline 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
- smooth
Grad 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
- step
Count 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.
GoogleCloudAiplatformV1beta1MachineSpecResponse
- Accelerator
Count int - The number of accelerators to attach to the machine.
- Accelerator
Type string - Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
- Machine
Type string - Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is
n1-standard-2
. For BatchPredictionJob or as part of WorkerPoolSpec this field is required. - Tpu
Topology string - Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
- Accelerator
Count int - The number of accelerators to attach to the machine.
- Accelerator
Type string - Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
- Machine
Type string - Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is
n1-standard-2
. For BatchPredictionJob or as part of WorkerPoolSpec this field is required. - Tpu
Topology string - Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
- accelerator
Count Integer - The number of accelerators to attach to the machine.
- accelerator
Type String - Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
- machine
Type String - Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is
n1-standard-2
. For BatchPredictionJob or as part of WorkerPoolSpec this field is required. - tpu
Topology String - Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
- accelerator
Count number - The number of accelerators to attach to the machine.
- accelerator
Type string - Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
- machine
Type string - Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is
n1-standard-2
. For BatchPredictionJob or as part of WorkerPoolSpec this field is required. - tpu
Topology string - Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
- accelerator_
count int - The number of accelerators to attach to the machine.
- accelerator_
type str - Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
- machine_
type str - Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is
n1-standard-2
. For BatchPredictionJob or as part of WorkerPoolSpec this field is required. - tpu_
topology str - Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
- accelerator
Count Number - The number of accelerators to attach to the machine.
- accelerator
Type String - Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
- machine
Type String - Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is
n1-standard-2
. For BatchPredictionJob or as part of WorkerPoolSpec this field is required. - tpu
Topology String - Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
GoogleCloudAiplatformV1beta1ManualBatchTuningParametersResponse
- Batch
Size int - Immutable. The number of the records (e.g. instances) of the operation given in each batch to a machine replica. Machine type, and size of a single record should be considered when setting this parameter, higher value speeds up the batch operation's execution, but too high value will result in a whole batch not fitting in a machine's memory, and the whole operation will fail. The default value is 64.
- Batch
Size int - Immutable. The number of the records (e.g. instances) of the operation given in each batch to a machine replica. Machine type, and size of a single record should be considered when setting this parameter, higher value speeds up the batch operation's execution, but too high value will result in a whole batch not fitting in a machine's memory, and the whole operation will fail. The default value is 64.
- batch
Size Integer - Immutable. The number of the records (e.g. instances) of the operation given in each batch to a machine replica. Machine type, and size of a single record should be considered when setting this parameter, higher value speeds up the batch operation's execution, but too high value will result in a whole batch not fitting in a machine's memory, and the whole operation will fail. The default value is 64.
- batch
Size number - Immutable. The number of the records (e.g. instances) of the operation given in each batch to a machine replica. Machine type, and size of a single record should be considered when setting this parameter, higher value speeds up the batch operation's execution, but too high value will result in a whole batch not fitting in a machine's memory, and the whole operation will fail. The default value is 64.
- batch_
size int - Immutable. The number of the records (e.g. instances) of the operation given in each batch to a machine replica. Machine type, and size of a single record should be considered when setting this parameter, higher value speeds up the batch operation's execution, but too high value will result in a whole batch not fitting in a machine's memory, and the whole operation will fail. The default value is 64.
- batch
Size Number - Immutable. The number of the records (e.g. instances) of the operation given in each batch to a machine replica. Machine type, and size of a single record should be considered when setting this parameter, higher value speeds up the batch operation's execution, but too high value will result in a whole batch not fitting in a machine's memory, and the whole operation will fail. The default value is 64.
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 thecommand
field runs without any additional arguments. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. If you don't specify this field and don't specify thecommand
field, then the container'sENTRYPOINT
andCMD
determine what runs based on their default behavior. See the Docker documentation about howCMD
andENTRYPOINT
interact. 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 theargs
field 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'sENTRYPOINT
runs, 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 howCMD
andENTRYPOINT
interact. If you specify this field, then you can also specify theargs
field to provide additional arguments for this command. However, if you specify this field, then the container'sCMD
is ignored. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. 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 thecommand
field of the Kubernetes Containers v1 core API. - Deployment
Timeout 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_2
to 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 theenv
field of the Kubernetes Containers v1 core API. - Health
Probe Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Probe Response - Immutable. Specification for Kubernetes readiness probe. TODO (b/306244185): Revise documentation before exposing.
- Health
Route 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/bar
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment variable.) - Image
Uri 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 theports
field of the Kubernetes Containers v1 core API. - Predict
Route 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/foo
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment 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.
- Startup
Probe 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 thecommand
field runs without any additional arguments. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. If you don't specify this field and don't specify thecommand
field, then the container'sENTRYPOINT
andCMD
determine what runs based on their default behavior. See the Docker documentation about howCMD
andENTRYPOINT
interact. 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 theargs
field 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'sENTRYPOINT
runs, 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 howCMD
andENTRYPOINT
interact. If you specify this field, then you can also specify theargs
field to provide additional arguments for this command. However, if you specify this field, then the container'sCMD
is ignored. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. 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 thecommand
field of the Kubernetes Containers v1 core API. - Deployment
Timeout string - Immutable. Deployment timeout. TODO (b/306244185): Revise documentation before exposing.
- Env
[]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_2
to 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 theenv
field 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 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/bar
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment variable.) - Image
Uri 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
[]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 theports
field of the Kubernetes Containers v1 core API. - Predict
Route 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/foo
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment 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.
- 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 thecommand
field runs without any additional arguments. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. If you don't specify this field and don't specify thecommand
field, then the container'sENTRYPOINT
andCMD
determine what runs based on their default behavior. See the Docker documentation about howCMD
andENTRYPOINT
interact. 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 theargs
field 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'sENTRYPOINT
runs, 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 howCMD
andENTRYPOINT
interact. If you specify this field, then you can also specify theargs
field to provide additional arguments for this command. However, if you specify this field, then the container'sCMD
is ignored. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. 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 thecommand
field of the Kubernetes Containers v1 core API. - deployment
Timeout String - Immutable. Deployment timeout. TODO (b/306244185): Revise documentation before exposing.
- env
List<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_2
to 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 theenv
field 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 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/bar
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment variable.) - image
Uri 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<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 theports
field of the Kubernetes Containers v1 core API. - predict
Route 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/foo
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment 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.
- startup
Probe 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 thecommand
field runs without any additional arguments. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. If you don't specify this field and don't specify thecommand
field, then the container'sENTRYPOINT
andCMD
determine what runs based on their default behavior. See the Docker documentation about howCMD
andENTRYPOINT
interact. 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 theargs
field 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'sENTRYPOINT
runs, 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 howCMD
andENTRYPOINT
interact. If you specify this field, then you can also specify theargs
field to provide additional arguments for this command. However, if you specify this field, then the container'sCMD
is ignored. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. 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 thecommand
field of the Kubernetes Containers v1 core API. - deployment
Timeout string - Immutable. Deployment timeout. TODO (b/306244185): Revise documentation before exposing.
- env
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_2
to 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 theenv
field 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 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/bar
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment variable.) - image
Uri 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
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 theports
field of the Kubernetes Containers v1 core API. - predict
Route 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/foo
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment 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.
- startup
Probe 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 thecommand
field runs without any additional arguments. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. If you don't specify this field and don't specify thecommand
field, then the container'sENTRYPOINT
andCMD
determine what runs based on their default behavior. See the Docker documentation about howCMD
andENTRYPOINT
interact. 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 theargs
field 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'sENTRYPOINT
runs, 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 howCMD
andENTRYPOINT
interact. If you specify this field, then you can also specify theargs
field to provide additional arguments for this command. However, if you specify this field, then the container'sCMD
is ignored. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. 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 thecommand
field of the Kubernetes Containers v1 core API. - deployment_
timeout str - Immutable. Deployment timeout. TODO (b/306244185): Revise documentation before exposing.
- env
Sequence[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_2
to 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 theenv
field 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/bar
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment 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[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 theports
field 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/foo
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment 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 thecommand
field runs without any additional arguments. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. If you don't specify this field and don't specify thecommand
field, then the container'sENTRYPOINT
andCMD
determine what runs based on their default behavior. See the Docker documentation about howCMD
andENTRYPOINT
interact. 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 theargs
field 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'sENTRYPOINT
runs, 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 howCMD
andENTRYPOINT
interact. If you specify this field, then you can also specify theargs
field to provide additional arguments for this command. However, if you specify this field, then the container'sCMD
is ignored. See the Kubernetes documentation about how thecommand
andargs
fields interact with a container'sENTRYPOINT
andCMD
. 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 thecommand
field of the Kubernetes Containers v1 core API. - deployment
Timeout 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_2
to 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 theenv
field of the Kubernetes Containers v1 core API. - health
Probe Property Map - Immutable. Specification for Kubernetes readiness probe. TODO (b/306244185): Revise documentation before exposing.
- health
Route 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/bar
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment variable.) - image
Uri 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 theports
field of the Kubernetes Containers v1 core API. - predict
Route 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/foo
path 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_ID
environment variable.) * DEPLOYED_MODEL: DeployedModel.id of theDeployedModel
. (Vertex AI makes this value available to your container code as theAIP_DEPLOYED_MODEL_ID
environment 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.
- startup
Probe Property Map - Immutable. Specification for Kubernetes startup probe. TODO (b/306244185): Revise documentation before exposing.
GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfigResponse
- User
Emails List<string> - The email addresses to send the alert.
- User
Emails []string - The email addresses to send the alert.
- user
Emails List<String> - The email addresses to send the alert.
- user
Emails string[] - The email addresses to send the alert.
- user_
emails Sequence[str] - The email addresses to send the alert.
- user
Emails List<String> - The email addresses to send the alert.
GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigResponse
- Email
Alert Pulumi.Config Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Monitoring Alert Config Email Alert Config Response - Email alert config.
- Enable
Logging bool - Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry. This can be further sinked to Pub/Sub or any other services supported by Cloud Logging.
- Notification
Channels List<string> - Resource names of the NotificationChannels to send alert. Must be of the format
projects//notificationChannels/
- Email
Alert GoogleConfig Cloud Aiplatform V1beta1Model Monitoring Alert Config Email Alert Config Response - Email alert config.
- Enable
Logging bool - Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry. This can be further sinked to Pub/Sub or any other services supported by Cloud Logging.
- Notification
Channels []string - Resource names of the NotificationChannels to send alert. Must be of the format
projects//notificationChannels/
- email
Alert GoogleConfig Cloud Aiplatform V1beta1Model Monitoring Alert Config Email Alert Config Response - Email alert config.
- enable
Logging Boolean - Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry. This can be further sinked to Pub/Sub or any other services supported by Cloud Logging.
- notification
Channels List<String> - Resource names of the NotificationChannels to send alert. Must be of the format
projects//notificationChannels/
- email
Alert GoogleConfig Cloud Aiplatform V1beta1Model Monitoring Alert Config Email Alert Config Response - Email alert config.
- enable
Logging boolean - Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry. This can be further sinked to Pub/Sub or any other services supported by Cloud Logging.
- notification
Channels string[] - Resource names of the NotificationChannels to send alert. Must be of the format
projects//notificationChannels/
- email_
alert_ Googleconfig Cloud Aiplatform V1beta1Model Monitoring Alert Config Email Alert Config Response - Email alert config.
- enable_
logging bool - Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry. This can be further sinked to Pub/Sub or any other services supported by Cloud Logging.
- notification_
channels Sequence[str] - Resource names of the NotificationChannels to send alert. Must be of the format
projects//notificationChannels/
- email
Alert Property MapConfig - Email alert config.
- enable
Logging Boolean - Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry. This can be further sinked to Pub/Sub or any other services supported by Cloud Logging.
- notification
Channels List<String> - Resource names of the NotificationChannels to send alert. Must be of the format
projects//notificationChannels/
GoogleCloudAiplatformV1beta1ModelMonitoringConfigResponse
- Alert
Config Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Monitoring Alert Config Response - Model monitoring alert config.
- Analysis
Instance stringSchema Uri - YAML schema file uri in Cloud Storage describing the format of a single instance that you want Tensorflow Data Validation (TFDV) to analyze. If there are any data type differences between predict instance and TFDV instance, this field can be used to override the schema. For models trained with Vertex AI, this field must be set as all the fields in predict instance formatted as string.
- Objective
Configs List<Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Monitoring Objective Config Response> - Model monitoring objective config.
- Stats
Anomalies Pulumi.Base Directory Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Gcs Destination Response - A Google Cloud Storage location for batch prediction model monitoring to dump statistics and anomalies. If not provided, a folder will be created in customer project to hold statistics and anomalies.
- Alert
Config GoogleCloud Aiplatform V1beta1Model Monitoring Alert Config Response - Model monitoring alert config.
- Analysis
Instance stringSchema Uri - YAML schema file uri in Cloud Storage describing the format of a single instance that you want Tensorflow Data Validation (TFDV) to analyze. If there are any data type differences between predict instance and TFDV instance, this field can be used to override the schema. For models trained with Vertex AI, this field must be set as all the fields in predict instance formatted as string.
- Objective
Configs []GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Response - Model monitoring objective config.
- Stats
Anomalies GoogleBase Directory Cloud Aiplatform V1beta1Gcs Destination Response - A Google Cloud Storage location for batch prediction model monitoring to dump statistics and anomalies. If not provided, a folder will be created in customer project to hold statistics and anomalies.
- alert
Config GoogleCloud Aiplatform V1beta1Model Monitoring Alert Config Response - Model monitoring alert config.
- analysis
Instance StringSchema Uri - YAML schema file uri in Cloud Storage describing the format of a single instance that you want Tensorflow Data Validation (TFDV) to analyze. If there are any data type differences between predict instance and TFDV instance, this field can be used to override the schema. For models trained with Vertex AI, this field must be set as all the fields in predict instance formatted as string.
- objective
Configs List<GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Response> - Model monitoring objective config.
- stats
Anomalies GoogleBase Directory Cloud Aiplatform V1beta1Gcs Destination Response - A Google Cloud Storage location for batch prediction model monitoring to dump statistics and anomalies. If not provided, a folder will be created in customer project to hold statistics and anomalies.
- alert
Config GoogleCloud Aiplatform V1beta1Model Monitoring Alert Config Response - Model monitoring alert config.
- analysis
Instance stringSchema Uri - YAML schema file uri in Cloud Storage describing the format of a single instance that you want Tensorflow Data Validation (TFDV) to analyze. If there are any data type differences between predict instance and TFDV instance, this field can be used to override the schema. For models trained with Vertex AI, this field must be set as all the fields in predict instance formatted as string.
- objective
Configs GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Response[] - Model monitoring objective config.
- stats
Anomalies GoogleBase Directory Cloud Aiplatform V1beta1Gcs Destination Response - A Google Cloud Storage location for batch prediction model monitoring to dump statistics and anomalies. If not provided, a folder will be created in customer project to hold statistics and anomalies.
- alert_
config GoogleCloud Aiplatform V1beta1Model Monitoring Alert Config Response - Model monitoring alert config.
- analysis_
instance_ strschema_ uri - YAML schema file uri in Cloud Storage describing the format of a single instance that you want Tensorflow Data Validation (TFDV) to analyze. If there are any data type differences between predict instance and TFDV instance, this field can be used to override the schema. For models trained with Vertex AI, this field must be set as all the fields in predict instance formatted as string.
- objective_
configs Sequence[GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Response] - Model monitoring objective config.
- stats_
anomalies_ Googlebase_ directory Cloud Aiplatform V1beta1Gcs Destination Response - A Google Cloud Storage location for batch prediction model monitoring to dump statistics and anomalies. If not provided, a folder will be created in customer project to hold statistics and anomalies.
- alert
Config Property Map - Model monitoring alert config.
- analysis
Instance StringSchema Uri - YAML schema file uri in Cloud Storage describing the format of a single instance that you want Tensorflow Data Validation (TFDV) to analyze. If there are any data type differences between predict instance and TFDV instance, this field can be used to override the schema. For models trained with Vertex AI, this field must be set as all the fields in predict instance formatted as string.
- objective
Configs List<Property Map> - Model monitoring objective config.
- stats
Anomalies Property MapBase Directory - A Google Cloud Storage location for batch prediction model monitoring to dump statistics and anomalies. If not provided, a folder will be created in customer project to hold statistics and anomalies.
GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaselineResponse
- Bigquery
Pulumi.
Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Big Query Destination Response - BigQuery location for BatchExplain output.
- Gcs
Pulumi.
Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Gcs Destination Response - Cloud Storage location for BatchExplain output.
- Prediction
Format string - The storage format of the predictions generated BatchPrediction job.
- Bigquery
Google
Cloud Aiplatform V1beta1Big Query Destination Response - BigQuery location for BatchExplain output.
- Gcs
Google
Cloud Aiplatform V1beta1Gcs Destination Response - Cloud Storage location for BatchExplain output.
- Prediction
Format string - The storage format of the predictions generated BatchPrediction job.
- bigquery
Google
Cloud Aiplatform V1beta1Big Query Destination Response - BigQuery location for BatchExplain output.
- gcs
Google
Cloud Aiplatform V1beta1Gcs Destination Response - Cloud Storage location for BatchExplain output.
- prediction
Format String - The storage format of the predictions generated BatchPrediction job.
- bigquery
Google
Cloud Aiplatform V1beta1Big Query Destination Response - BigQuery location for BatchExplain output.
- gcs
Google
Cloud Aiplatform V1beta1Gcs Destination Response - Cloud Storage location for BatchExplain output.
- prediction
Format string - The storage format of the predictions generated BatchPrediction job.
- bigquery
Google
Cloud Aiplatform V1beta1Big Query Destination Response - BigQuery location for BatchExplain output.
- gcs
Google
Cloud Aiplatform V1beta1Gcs Destination Response - Cloud Storage location for BatchExplain output.
- prediction_
format str - The storage format of the predictions generated BatchPrediction job.
- bigquery Property Map
- BigQuery location for BatchExplain output.
- gcs Property Map
- Cloud Storage location for BatchExplain output.
- prediction
Format String - The storage format of the predictions generated BatchPrediction job.
GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigExplanationConfigResponse
- Enable
Feature boolAttributes - If want to analyze the Vertex Explainable AI feature attribute scores or not. If set to true, Vertex AI will log the feature attributions from explain response and do the skew/drift detection for them.
- Explanation
Baseline Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Monitoring Objective Config Explanation Config Explanation Baseline Response - Predictions generated by the BatchPredictionJob using baseline dataset.
- Enable
Feature boolAttributes - If want to analyze the Vertex Explainable AI feature attribute scores or not. If set to true, Vertex AI will log the feature attributions from explain response and do the skew/drift detection for them.
- Explanation
Baseline GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Explanation Config Explanation Baseline Response - Predictions generated by the BatchPredictionJob using baseline dataset.
- enable
Feature BooleanAttributes - If want to analyze the Vertex Explainable AI feature attribute scores or not. If set to true, Vertex AI will log the feature attributions from explain response and do the skew/drift detection for them.
- explanation
Baseline GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Explanation Config Explanation Baseline Response - Predictions generated by the BatchPredictionJob using baseline dataset.
- enable
Feature booleanAttributes - If want to analyze the Vertex Explainable AI feature attribute scores or not. If set to true, Vertex AI will log the feature attributions from explain response and do the skew/drift detection for them.
- explanation
Baseline GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Explanation Config Explanation Baseline Response - Predictions generated by the BatchPredictionJob using baseline dataset.
- enable_
feature_ boolattributes - If want to analyze the Vertex Explainable AI feature attribute scores or not. If set to true, Vertex AI will log the feature attributions from explain response and do the skew/drift detection for them.
- explanation_
baseline GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Explanation Config Explanation Baseline Response - Predictions generated by the BatchPredictionJob using baseline dataset.
- enable
Feature BooleanAttributes - If want to analyze the Vertex Explainable AI feature attribute scores or not. If set to true, Vertex AI will log the feature attributions from explain response and do the skew/drift detection for them.
- explanation
Baseline Property Map - Predictions generated by the BatchPredictionJob using baseline dataset.
GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfigResponse
- Attribution
Score Dictionary<string, string>Drift Thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between different time windows.
- Default
Drift Pulumi.Threshold Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Threshold Config Response - Drift anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- Drift
Thresholds Dictionary<string, string> - Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.
- Attribution
Score map[string]stringDrift Thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between different time windows.
- Default
Drift GoogleThreshold Cloud Aiplatform V1beta1Threshold Config Response - Drift anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- Drift
Thresholds map[string]string - Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.
- attribution
Score Map<String,String>Drift Thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between different time windows.
- default
Drift GoogleThreshold Cloud Aiplatform V1beta1Threshold Config Response - Drift anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- drift
Thresholds Map<String,String> - Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.
- attribution
Score {[key: string]: string}Drift Thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between different time windows.
- default
Drift GoogleThreshold Cloud Aiplatform V1beta1Threshold Config Response - Drift anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- drift
Thresholds {[key: string]: string} - Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.
- attribution_
score_ Mapping[str, str]drift_ thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between different time windows.
- default_
drift_ Googlethreshold Cloud Aiplatform V1beta1Threshold Config Response - Drift anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- drift_
thresholds Mapping[str, str] - Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.
- attribution
Score Map<String>Drift Thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between different time windows.
- default
Drift Property MapThreshold - Drift anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- drift
Thresholds Map<String> - Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.
GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigResponse
- Explanation
Config Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Monitoring Objective Config Explanation Config Response - The config for integrating with Vertex Explainable AI.
- Prediction
Drift Pulumi.Detection Config Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Monitoring Objective Config Prediction Drift Detection Config Response - The config for drift of prediction data.
- Training
Dataset Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Monitoring Objective Config Training Dataset Response - Training dataset for models. This field has to be set only if TrainingPredictionSkewDetectionConfig is specified.
- Training
Prediction Pulumi.Skew Detection Config Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Monitoring Objective Config Training Prediction Skew Detection Config Response - The config for skew between training data and prediction data.
- Explanation
Config GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Explanation Config Response - The config for integrating with Vertex Explainable AI.
- Prediction
Drift GoogleDetection Config Cloud Aiplatform V1beta1Model Monitoring Objective Config Prediction Drift Detection Config Response - The config for drift of prediction data.
- Training
Dataset GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Training Dataset Response - Training dataset for models. This field has to be set only if TrainingPredictionSkewDetectionConfig is specified.
- Training
Prediction GoogleSkew Detection Config Cloud Aiplatform V1beta1Model Monitoring Objective Config Training Prediction Skew Detection Config Response - The config for skew between training data and prediction data.
- explanation
Config GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Explanation Config Response - The config for integrating with Vertex Explainable AI.
- prediction
Drift GoogleDetection Config Cloud Aiplatform V1beta1Model Monitoring Objective Config Prediction Drift Detection Config Response - The config for drift of prediction data.
- training
Dataset GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Training Dataset Response - Training dataset for models. This field has to be set only if TrainingPredictionSkewDetectionConfig is specified.
- training
Prediction GoogleSkew Detection Config Cloud Aiplatform V1beta1Model Monitoring Objective Config Training Prediction Skew Detection Config Response - The config for skew between training data and prediction data.
- explanation
Config GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Explanation Config Response - The config for integrating with Vertex Explainable AI.
- prediction
Drift GoogleDetection Config Cloud Aiplatform V1beta1Model Monitoring Objective Config Prediction Drift Detection Config Response - The config for drift of prediction data.
- training
Dataset GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Training Dataset Response - Training dataset for models. This field has to be set only if TrainingPredictionSkewDetectionConfig is specified.
- training
Prediction GoogleSkew Detection Config Cloud Aiplatform V1beta1Model Monitoring Objective Config Training Prediction Skew Detection Config Response - The config for skew between training data and prediction data.
- explanation_
config GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Explanation Config Response - The config for integrating with Vertex Explainable AI.
- prediction_
drift_ Googledetection_ config Cloud Aiplatform V1beta1Model Monitoring Objective Config Prediction Drift Detection Config Response - The config for drift of prediction data.
- training_
dataset GoogleCloud Aiplatform V1beta1Model Monitoring Objective Config Training Dataset Response - Training dataset for models. This field has to be set only if TrainingPredictionSkewDetectionConfig is specified.
- training_
prediction_ Googleskew_ detection_ config Cloud Aiplatform V1beta1Model Monitoring Objective Config Training Prediction Skew Detection Config Response - The config for skew between training data and prediction data.
- explanation
Config Property Map - The config for integrating with Vertex Explainable AI.
- prediction
Drift Property MapDetection Config - The config for drift of prediction data.
- training
Dataset Property Map - Training dataset for models. This field has to be set only if TrainingPredictionSkewDetectionConfig is specified.
- training
Prediction Property MapSkew Detection Config - The config for skew between training data and prediction data.
GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingDatasetResponse
- Bigquery
Source Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Big Query Source Response - The BigQuery table of the unmanaged Dataset used to train this Model.
- Data
Format string - Data format of the dataset, only applicable if the input is from Google Cloud Storage. The possible formats are: "tf-record" The source file is a TFRecord file. "csv" The source file is a CSV file. "jsonl" The source file is a JSONL file.
- Dataset string
- The resource name of the Dataset used to train this Model.
- Gcs
Source Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Gcs Source Response - The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.
- Logging
Sampling Pulumi.Strategy Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Sampling Strategy Response - Strategy to sample data from Training Dataset. If not set, we process the whole dataset.
- Target
Field string - The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.
- Bigquery
Source GoogleCloud Aiplatform V1beta1Big Query Source Response - The BigQuery table of the unmanaged Dataset used to train this Model.
- Data
Format string - Data format of the dataset, only applicable if the input is from Google Cloud Storage. The possible formats are: "tf-record" The source file is a TFRecord file. "csv" The source file is a CSV file. "jsonl" The source file is a JSONL file.
- Dataset string
- The resource name of the Dataset used to train this Model.
- Gcs
Source GoogleCloud Aiplatform V1beta1Gcs Source Response - The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.
- Logging
Sampling GoogleStrategy Cloud Aiplatform V1beta1Sampling Strategy Response - Strategy to sample data from Training Dataset. If not set, we process the whole dataset.
- Target
Field string - The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.
- bigquery
Source GoogleCloud Aiplatform V1beta1Big Query Source Response - The BigQuery table of the unmanaged Dataset used to train this Model.
- data
Format String - Data format of the dataset, only applicable if the input is from Google Cloud Storage. The possible formats are: "tf-record" The source file is a TFRecord file. "csv" The source file is a CSV file. "jsonl" The source file is a JSONL file.
- dataset String
- The resource name of the Dataset used to train this Model.
- gcs
Source GoogleCloud Aiplatform V1beta1Gcs Source Response - The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.
- logging
Sampling GoogleStrategy Cloud Aiplatform V1beta1Sampling Strategy Response - Strategy to sample data from Training Dataset. If not set, we process the whole dataset.
- target
Field String - The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.
- bigquery
Source GoogleCloud Aiplatform V1beta1Big Query Source Response - The BigQuery table of the unmanaged Dataset used to train this Model.
- data
Format string - Data format of the dataset, only applicable if the input is from Google Cloud Storage. The possible formats are: "tf-record" The source file is a TFRecord file. "csv" The source file is a CSV file. "jsonl" The source file is a JSONL file.
- dataset string
- The resource name of the Dataset used to train this Model.
- gcs
Source GoogleCloud Aiplatform V1beta1Gcs Source Response - The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.
- logging
Sampling GoogleStrategy Cloud Aiplatform V1beta1Sampling Strategy Response - Strategy to sample data from Training Dataset. If not set, we process the whole dataset.
- target
Field string - The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.
- bigquery_
source GoogleCloud Aiplatform V1beta1Big Query Source Response - The BigQuery table of the unmanaged Dataset used to train this Model.
- data_
format str - Data format of the dataset, only applicable if the input is from Google Cloud Storage. The possible formats are: "tf-record" The source file is a TFRecord file. "csv" The source file is a CSV file. "jsonl" The source file is a JSONL file.
- dataset str
- The resource name of the Dataset used to train this Model.
- gcs_
source GoogleCloud Aiplatform V1beta1Gcs Source Response - The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.
- logging_
sampling_ Googlestrategy Cloud Aiplatform V1beta1Sampling Strategy Response - Strategy to sample data from Training Dataset. If not set, we process the whole dataset.
- target_
field str - The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.
- bigquery
Source Property Map - The BigQuery table of the unmanaged Dataset used to train this Model.
- data
Format String - Data format of the dataset, only applicable if the input is from Google Cloud Storage. The possible formats are: "tf-record" The source file is a TFRecord file. "csv" The source file is a CSV file. "jsonl" The source file is a JSONL file.
- dataset String
- The resource name of the Dataset used to train this Model.
- gcs
Source Property Map - The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.
- logging
Sampling Property MapStrategy - Strategy to sample data from Training Dataset. If not set, we process the whole dataset.
- target
Field String - The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.
GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfigResponse
- Attribution
Score Dictionary<string, string>Skew Thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between the training and prediction feature.
- Default
Skew Pulumi.Threshold Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Threshold Config Response - Skew anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- Skew
Thresholds Dictionary<string, string> - Key is the feature name and value is the threshold. If a feature needs to be monitored for skew, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between the training and prediction feature.
- Attribution
Score map[string]stringSkew Thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between the training and prediction feature.
- Default
Skew GoogleThreshold Cloud Aiplatform V1beta1Threshold Config Response - Skew anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- Skew
Thresholds map[string]string - Key is the feature name and value is the threshold. If a feature needs to be monitored for skew, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between the training and prediction feature.
- attribution
Score Map<String,String>Skew Thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between the training and prediction feature.
- default
Skew GoogleThreshold Cloud Aiplatform V1beta1Threshold Config Response - Skew anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- skew
Thresholds Map<String,String> - Key is the feature name and value is the threshold. If a feature needs to be monitored for skew, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between the training and prediction feature.
- attribution
Score {[key: string]: string}Skew Thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between the training and prediction feature.
- default
Skew GoogleThreshold Cloud Aiplatform V1beta1Threshold Config Response - Skew anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- skew
Thresholds {[key: string]: string} - Key is the feature name and value is the threshold. If a feature needs to be monitored for skew, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between the training and prediction feature.
- attribution_
score_ Mapping[str, str]skew_ thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between the training and prediction feature.
- default_
skew_ Googlethreshold Cloud Aiplatform V1beta1Threshold Config Response - Skew anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- skew_
thresholds Mapping[str, str] - Key is the feature name and value is the threshold. If a feature needs to be monitored for skew, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between the training and prediction feature.
- attribution
Score Map<String>Skew Thresholds - Key is the feature name and value is the threshold. The threshold here is against attribution score distance between the training and prediction feature.
- default
Skew Property MapThreshold - Skew anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
- skew
Thresholds Map<String> - Key is the feature name and value is the threshold. If a feature needs to be monitored for skew, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between the training and prediction feature.
GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomaliesResponse
- Feature
Display stringName - Display Name of the Feature.
- Prediction
Stats List<Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Feature Stats Anomaly Response> - A list of historical stats generated by different time window's Prediction Dataset.
- Threshold
Pulumi.
Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Threshold Config Response - Threshold for anomaly detection.
- Training
Stats Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Feature Stats Anomaly Response - Stats calculated for the Training Dataset.
- Feature
Display stringName - Display Name of the Feature.
- Prediction
Stats []GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response - A list of historical stats generated by different time window's Prediction Dataset.
- Threshold
Google
Cloud Aiplatform V1beta1Threshold Config Response - Threshold for anomaly detection.
- Training
Stats GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response - Stats calculated for the Training Dataset.
- feature
Display StringName - Display Name of the Feature.
- prediction
Stats List<GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response> - A list of historical stats generated by different time window's Prediction Dataset.
- threshold
Google
Cloud Aiplatform V1beta1Threshold Config Response - Threshold for anomaly detection.
- training
Stats GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response - Stats calculated for the Training Dataset.
- feature
Display stringName - Display Name of the Feature.
- prediction
Stats GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response[] - A list of historical stats generated by different time window's Prediction Dataset.
- threshold
Google
Cloud Aiplatform V1beta1Threshold Config Response - Threshold for anomaly detection.
- training
Stats GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response - Stats calculated for the Training Dataset.
- feature_
display_ strname - Display Name of the Feature.
- prediction_
stats Sequence[GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response] - A list of historical stats generated by different time window's Prediction Dataset.
- threshold
Google
Cloud Aiplatform V1beta1Threshold Config Response - Threshold for anomaly detection.
- training_
stats GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response - Stats calculated for the Training Dataset.
- feature
Display StringName - Display Name of the Feature.
- prediction
Stats List<Property Map> - A list of historical stats generated by different time window's Prediction Dataset.
- threshold Property Map
- Threshold for anomaly detection.
- training
Stats Property Map - Stats calculated for the Training Dataset.
GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesResponse
- Anomaly
Count int - Number of anomalies within all stats.
- Deployed
Model stringId - Deployed Model ID.
- Feature
Stats List<Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Model Monitoring Stats Anomalies Feature Historic Stats Anomalies Response> - A list of historical Stats and Anomalies generated for all Features.
- Objective string
- Model Monitoring Objective those stats and anomalies belonging to.
- Anomaly
Count int - Number of anomalies within all stats.
- Deployed
Model stringId - Deployed Model ID.
- Feature
Stats []GoogleCloud Aiplatform V1beta1Model Monitoring Stats Anomalies Feature Historic Stats Anomalies Response - A list of historical Stats and Anomalies generated for all Features.
- Objective string
- Model Monitoring Objective those stats and anomalies belonging to.
- anomaly
Count Integer - Number of anomalies within all stats.
- deployed
Model StringId - Deployed Model ID.
- feature
Stats List<GoogleCloud Aiplatform V1beta1Model Monitoring Stats Anomalies Feature Historic Stats Anomalies Response> - A list of historical Stats and Anomalies generated for all Features.
- objective String
- Model Monitoring Objective those stats and anomalies belonging to.
- anomaly
Count number - Number of anomalies within all stats.
- deployed
Model stringId - Deployed Model ID.
- feature
Stats GoogleCloud Aiplatform V1beta1Model Monitoring Stats Anomalies Feature Historic Stats Anomalies Response[] - A list of historical Stats and Anomalies generated for all Features.
- objective string
- Model Monitoring Objective those stats and anomalies belonging to.
- anomaly_
count int - Number of anomalies within all stats.
- deployed_
model_ strid - Deployed Model ID.
- feature_
stats Sequence[GoogleCloud Aiplatform V1beta1Model Monitoring Stats Anomalies Feature Historic Stats Anomalies Response] - A list of historical Stats and Anomalies generated for all Features.
- objective str
- Model Monitoring Objective those stats and anomalies belonging to.
- anomaly
Count Number - Number of anomalies within all stats.
- deployed
Model StringId - Deployed Model ID.
- feature
Stats List<Property Map> - A list of historical Stats and Anomalies generated for all Features.
- objective String
- Model Monitoring Objective those stats and anomalies belonging to.
GoogleCloudAiplatformV1beta1PortResponse
- 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.
- 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.
- container
Port 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.
- container
Port 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.
- container
Port 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.
GoogleCloudAiplatformV1beta1PredictSchemataResponse
- Instance
Schema 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.
- Parameters
Schema 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.
- Prediction
Schema 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 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.
- Parameters
Schema 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.
- Prediction
Schema 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 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.
- parameters
Schema 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.
- prediction
Schema 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 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.
- parameters
Schema 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.
- prediction
Schema 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.
- instance
Schema 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.
- parameters
Schema 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.
- prediction
Schema 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.
- 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
Google
Cloud 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
Google
Cloud Aiplatform V1beta1Probe Exec Action Response - Exec specifies the action to take.
- period
Seconds 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'.
- timeout
Seconds 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
Google
Cloud Aiplatform V1beta1Probe Exec Action Response - Exec specifies the action to take.
- period
Seconds 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'.
- timeout
Seconds 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_
Google
Cloud 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.
- period
Seconds 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'.
- timeout
Seconds 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'.
GoogleCloudAiplatformV1beta1ResourcesConsumedResponse
- Replica
Hours double - The number of replica hours used. Note that many replicas may run in parallel, and additionally any given work may be queued for some time. Therefore this value is not strictly related to wall time.
- Replica
Hours float64 - The number of replica hours used. Note that many replicas may run in parallel, and additionally any given work may be queued for some time. Therefore this value is not strictly related to wall time.
- replica
Hours Double - The number of replica hours used. Note that many replicas may run in parallel, and additionally any given work may be queued for some time. Therefore this value is not strictly related to wall time.
- replica
Hours number - The number of replica hours used. Note that many replicas may run in parallel, and additionally any given work may be queued for some time. Therefore this value is not strictly related to wall time.
- replica_
hours float - The number of replica hours used. Note that many replicas may run in parallel, and additionally any given work may be queued for some time. Therefore this value is not strictly related to wall time.
- replica
Hours Number - The number of replica hours used. Note that many replicas may run in parallel, and additionally any given work may be queued for some time. Therefore this value is not strictly related to wall time.
GoogleCloudAiplatformV1beta1SampledShapleyAttributionResponse
- Path
Count int - 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.
- path
Count Integer - The number of feature permutations to consider when approximating the Shapley values. Valid range of its value is [1, 50], inclusively.
- path
Count 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.
- path
Count Number - The number of feature permutations to consider when approximating the Shapley values. Valid range of its value is [1, 50], inclusively.
GoogleCloudAiplatformV1beta1SamplingStrategyRandomSampleConfigResponse
- Sample
Rate double - Sample rate (0, 1]
- Sample
Rate float64 - Sample rate (0, 1]
- sample
Rate Double - Sample rate (0, 1]
- sample
Rate number - Sample rate (0, 1]
- sample_
rate float - Sample rate (0, 1]
- sample
Rate Number - Sample rate (0, 1]
GoogleCloudAiplatformV1beta1SamplingStrategyResponse
- Random
Sample Pulumi.Config Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Sampling Strategy Random Sample Config Response - Random sample config. Will support more sampling strategies later.
- Random
Sample GoogleConfig Cloud Aiplatform V1beta1Sampling Strategy Random Sample Config Response - Random sample config. Will support more sampling strategies later.
- random
Sample GoogleConfig Cloud Aiplatform V1beta1Sampling Strategy Random Sample Config Response - Random sample config. Will support more sampling strategies later.
- random
Sample GoogleConfig Cloud Aiplatform V1beta1Sampling Strategy Random Sample Config Response - Random sample config. Will support more sampling strategies later.
- random_
sample_ Googleconfig Cloud Aiplatform V1beta1Sampling Strategy Random Sample Config Response - Random sample config. Will support more sampling strategies later.
- random
Sample Property MapConfig - Random sample config. Will support more sampling strategies later.
GoogleCloudAiplatformV1beta1SmoothGradConfigResponse
- Feature
Noise 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.
- Noise
Sigma 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.
- 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.
- 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 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.
- 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.
- 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 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.
- noisy
Sample 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.
- 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 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.
- noisy
Sample 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.
- feature
Noise 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.
- noise
Sigma 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.
- noisy
Sample 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.
GoogleCloudAiplatformV1beta1ThresholdConfigResponse
- Value double
- Specify a threshold value that can trigger the alert. If this threshold config is for feature distribution distance: 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
- Value float64
- Specify a threshold value that can trigger the alert. If this threshold config is for feature distribution distance: 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
- value Double
- Specify a threshold value that can trigger the alert. If this threshold config is for feature distribution distance: 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
- value number
- Specify a threshold value that can trigger the alert. If this threshold config is for feature distribution distance: 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
- value float
- Specify a threshold value that can trigger the alert. If this threshold config is for feature distribution distance: 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
- value Number
- Specify a threshold value that can trigger the alert. If this threshold config is for feature distribution distance: 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
GoogleCloudAiplatformV1beta1UnmanagedContainerModelResponse
- Artifact
Uri string - The path to the directory containing the Model artifact and any of its supporting files.
- Container
Spec 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.
- Predict
Schemata Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Predict Schemata Response - Contains the schemata used in Model's predictions and explanations
- Artifact
Uri string - The path to the directory containing the Model artifact and any of its supporting files.
- Container
Spec GoogleCloud Aiplatform V1beta1Model Container Spec Response - Input only. The specification of the container that is to be used when deploying this Model.
- Predict
Schemata GoogleCloud Aiplatform V1beta1Predict Schemata Response - Contains the schemata used in Model's predictions and explanations
- artifact
Uri String - The path to the directory containing the Model artifact and any of its supporting files.
- container
Spec GoogleCloud Aiplatform V1beta1Model Container Spec Response - Input only. The specification of the container that is to be used when deploying this Model.
- predict
Schemata GoogleCloud Aiplatform V1beta1Predict Schemata Response - Contains the schemata used in Model's predictions and explanations
- artifact
Uri string - The path to the directory containing the Model artifact and any of its supporting files.
- container
Spec GoogleCloud Aiplatform V1beta1Model Container Spec Response - Input only. The specification of the container that is to be used when deploying this Model.
- predict
Schemata GoogleCloud Aiplatform V1beta1Predict Schemata Response - Contains the schemata used in Model's predictions and explanations
- artifact_
uri str - The path to the directory containing the Model artifact and any of its supporting files.
- container_
spec GoogleCloud Aiplatform V1beta1Model Container Spec Response - Input only. The specification of the container that is to be used when deploying this Model.
- predict_
schemata GoogleCloud Aiplatform V1beta1Predict Schemata Response - Contains the schemata used in Model's predictions and explanations
- artifact
Uri String - The path to the directory containing the Model artifact and any of its supporting files.
- container
Spec Property Map - Input only. The specification of the container that is to be used when deploying this Model.
- predict
Schemata Property Map - Contains the schemata used in Model's predictions and explanations
GoogleCloudAiplatformV1beta1XraiAttributionResponse
- Blur
Baseline 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
- Smooth
Grad 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
- 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.
- 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.
- 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 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.
- 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 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.
- blur
Baseline 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
- smooth
Grad 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
- step
Count 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<Immutable
Dictionary<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